Skip to content

Commit 68ae8ba

Browse files
authored
fix: increase test timeout to avoid accidentally test failures in github action (#258)
1 parent 3ce9617 commit 68ae8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func TestControllers(t *testing.T) {
7272
if os.Getenv("DEBUG_MODE") == constants.TrueStringValue {
7373
SetDefaultEventuallyTimeout(10 * time.Minute)
7474
} else {
75-
SetDefaultEventuallyTimeout(7 * time.Second)
75+
SetDefaultEventuallyTimeout(12 * time.Second)
7676
}
7777
SetDefaultEventuallyPollingInterval(200 * time.Millisecond)
7878
SetDefaultConsistentlyDuration(5 * time.Second)

0 commit comments

Comments
 (0)