Skip to content

Commit

Permalink
Bumped test tiemouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
valdar committed Apr 9, 2024
1 parent ac00dd5 commit 77fe3b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/support/test_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ const ExpectedOSClusterRoles = 1

var TestDefaultNamespace = "default"

var TestTimeoutShort = 1 * time.Minute
var TestTimeoutMedium = 5 * time.Minute
var TestTimeoutLong = 15 * time.Minute
var TestTimeoutShort = 5 * time.Minute
var TestTimeoutMedium = 20 * time.Minute
var TestTimeoutLong = 30 * time.Minute

// TestTimeoutVeryLong should be used only for testing native builds.
var TestTimeoutVeryLong = 60 * time.Minute
Expand Down

0 comments on commit 77fe3b2

Please sign in to comment.