Skip to content

Commit

Permalink
Merge pull request #109764 from saikat-royc/fix-delete-timeout
Browse files Browse the repository at this point in the history
honor the framework delete timeout for pv
  • Loading branch information
k8s-ci-robot committed May 5, 2022
2 parents f40f078 + c208a7b commit 77c37da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/timeouts.go
Expand Up @@ -31,7 +31,7 @@ const (
pvReclaimTimeout = 3 * time.Minute
pvBoundTimeout = 3 * time.Minute
pvCreateTimeout = 3 * time.Minute
pvDeleteTimeout = 3 * time.Minute
pvDeleteTimeout = 5 * time.Minute
pvDeleteSlowTimeout = 20 * time.Minute
snapshotCreateTimeout = 5 * time.Minute
snapshotDeleteTimeout = 5 * time.Minute
Expand Down

0 comments on commit 77c37da

Please sign in to comment.