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 46be900 commit 4f308f4Copy full SHA for 4f308f4
conformance/utils/config/timeout.go
@@ -50,8 +50,8 @@ type TimeoutConfig struct {
50
func DefaultTimeoutConfig() TimeoutConfig {
51
return TimeoutConfig{
52
CreateTimeout: 60 * time.Second,
53
- DeleteTimeout: 10 * time.Second,
54
- GetTimeout: 10 * time.Second,
+ DeleteTimeout: 20 * time.Second,
+ GetTimeout: 20 * time.Second,
55
ManifestFetchTimeout: 10 * time.Second,
56
NamespacesMustBeReady: 300 * time.Second,
57
RequestTimeout: 3 * time.Second,
0 commit comments