We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eabec9 commit c241e4aCopy full SHA for c241e4a
1 file changed
test/e2e/framework/util.go
@@ -32,7 +32,7 @@ const (
32
Poll = 2 * time.Second
33
34
// DefaultTimeout time to wait for operations to complete
35
- DefaultTimeout = 90 * time.Second
+ DefaultTimeout = 5 * time.Minute
36
)
37
38
// RunID unique identifier of the e2e run
0 commit comments