Skip to content

Commit 43794c3

Browse files
authored
Increase default Eventually timeout to 10 minutes
Increased the default timeout for Eventually assertions to accommodate longer test durations.
1 parent 32333e9 commit 43794c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/e2e_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var _ = BeforeSuite(func() {
5454

5555
// Set global timeout for Eventually assertions
5656
// Must be set here (not in Describe blocks) to avoid race conditions in parallel execution
57-
SetDefaultEventuallyTimeout(6 * time.Minute)
57+
SetDefaultEventuallyTimeout(10 * time.Minute)
5858
SetDefaultEventuallyPollingInterval(1 * time.Second)
5959

6060
// Register the Function API scheme

0 commit comments

Comments
 (0)