Skip to content

Commit

Permalink
test: increase Eventually timeout in e2e tests (#2010)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Cao <macao@redhat.com>
  • Loading branch information
maxcao13 authored Feb 20, 2025
1 parent 89e5b9a commit 65414aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pkg/environment/common/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func NewEnvironment(t *testing.T) *Environment {
// Get the output dir if it's set
outputDir, _ := os.LookupEnv("OUTPUT_DIR")

gomega.SetDefaultEventuallyTimeout(5 * time.Minute)
gomega.SetDefaultEventuallyTimeout(10 * time.Minute)
gomega.SetDefaultEventuallyPollingInterval(1 * time.Second)
return &Environment{
Context: ctx,
Expand Down

0 comments on commit 65414aa

Please sign in to comment.