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 5cfb21a commit 43424f7Copy full SHA for 43424f7
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: 120 * time.Second,
+ DeleteNamespaceTimeout: 150 * time.Second,
50
GetTimeout: 10 * time.Second,
51
ManifestFetchTimeout: 10 * time.Second,
52
RequestTimeout: 10 * time.Second,
0 commit comments