Skip to content

Commit 43424f7

Browse files
committed
Increase the timeout even more
1 parent 5cfb21a commit 43424f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/framework/timeout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func DefaultTimeoutConfig() TimeoutConfig {
4646
CreateTimeout: 60 * time.Second,
4747
UpdateTimeout: 60 * time.Second,
4848
DeleteTimeout: 10 * time.Second,
49-
DeleteNamespaceTimeout: 120 * time.Second,
49+
DeleteNamespaceTimeout: 150 * time.Second,
5050
GetTimeout: 10 * time.Second,
5151
ManifestFetchTimeout: 10 * time.Second,
5252
RequestTimeout: 10 * time.Second,

0 commit comments

Comments
 (0)