Skip to content

Commit

Permalink
timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jan 17, 2025
1 parent 19e4eb9 commit 7440b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/framework/timeout.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func DefaultTimeoutConfig() TimeoutConfig {
UpdateTimeout: 60 * time.Second,
DeleteTimeout: 10 * time.Second,
DeleteNamespaceTimeout: 60 * time.Second,
GetTimeout: 10 * time.Second,
GetTimeout: 60 * time.Second,
ManifestFetchTimeout: 10 * time.Second,
RequestTimeout: 10 * time.Second,
ContainerRestartTimeout: 10 * time.Second,
Expand Down

0 comments on commit 7440b68

Please sign in to comment.