We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3afe67 commit 5cfb21aCopy full SHA for 5cfb21a
tests/framework/timeout.go
@@ -46,7 +46,7 @@ func DefaultTimeoutConfig() TimeoutConfig {
46
CreateTimeout: 60 * time.Second,
47
UpdateTimeout: 60 * time.Second,
48
DeleteTimeout: 10 * time.Second,
49
- DeleteNamespaceTimeout: 90 * time.Second,
+ DeleteNamespaceTimeout: 120 * time.Second,
50
GetTimeout: 10 * time.Second,
51
ManifestFetchTimeout: 10 * time.Second,
52
RequestTimeout: 10 * time.Second,
0 commit comments