We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce9617 commit 68ae8baCopy full SHA for 68ae8ba
internal/controller/suite_test.go
@@ -72,7 +72,7 @@ func TestControllers(t *testing.T) {
72
if os.Getenv("DEBUG_MODE") == constants.TrueStringValue {
73
SetDefaultEventuallyTimeout(10 * time.Minute)
74
} else {
75
- SetDefaultEventuallyTimeout(7 * time.Second)
+ SetDefaultEventuallyTimeout(12 * time.Second)
76
}
77
SetDefaultEventuallyPollingInterval(200 * time.Millisecond)
78
SetDefaultConsistentlyDuration(5 * time.Second)
0 commit comments