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 b58547e commit 5b93fadCopy full SHA for 5b93fad
tests/framework/timeout.go
@@ -44,7 +44,7 @@ func DefaultTimeoutConfig() TimeoutConfig {
44
UpdateTimeout: 60 * time.Second,
45
DeleteTimeout: 10 * time.Second,
46
DeleteNamespaceTimeout: 60 * time.Second,
47
- GetTimeout: 10 * time.Second,
+ GetTimeout: 60 * time.Second,
48
ManifestFetchTimeout: 10 * time.Second,
49
RequestTimeout: 10 * time.Second,
50
ContainerRestartTimeout: 10 * time.Second,
0 commit comments