Skip to content

Commit

Permalink
Increase eventually timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Masayuki Ishii <masa213f@gmail.com>
  • Loading branch information
masa213f committed Aug 28, 2023
1 parent 17371db commit 40d0144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestE2e(t *testing.T) {
t.Skip("no RUN_E2E environment variable")
}
RegisterFailHandler(Fail)
SetDefaultEventuallyTimeout(5 * time.Minute)
SetDefaultEventuallyTimeout(10 * time.Minute)
SetDefaultEventuallyPollingInterval(100 * time.Millisecond)
RunSpecs(t, "E2e Suite")
}
Expand Down

0 comments on commit 40d0144

Please sign in to comment.