Skip to content

Commit aff1681

Browse files
committed
timeout
1 parent 70aa308 commit aff1681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/framework/timeout.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func DefaultTimeoutConfig() TimeoutConfig {
4444
UpdateTimeout: 60 * time.Second,
4545
DeleteTimeout: 10 * time.Second,
4646
DeleteNamespaceTimeout: 60 * time.Second,
47-
GetTimeout: 10 * time.Second,
47+
GetTimeout: 60 * time.Second,
4848
ManifestFetchTimeout: 10 * time.Second,
4949
RequestTimeout: 10 * time.Second,
5050
ContainerRestartTimeout: 10 * time.Second,

0 commit comments

Comments
 (0)