Skip to content

Commit c241e4a

Browse files
committed
fix: increase timeout
1 parent 7eabec9 commit c241e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/framework/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
Poll = 2 * time.Second
3333

3434
// DefaultTimeout time to wait for operations to complete
35-
DefaultTimeout = 90 * time.Second
35+
DefaultTimeout = 5 * time.Minute
3636
)
3737

3838
// RunID unique identifier of the e2e run

0 commit comments

Comments
 (0)