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.
2 parents 222b828 + 7935977 commit bce9d22Copy full SHA for bce9d22
test/e2e/framework/framework.go
@@ -59,9 +59,7 @@ import (
59
const (
60
maxKubectlExecRetries = 5
61
// DefaultNamespaceDeletionTimeout is timeout duration for waiting for a namespace deletion.
62
- // TODO(mikedanese): reset this to 5 minutes once #47135 is resolved.
63
- // ref https://github.com/kubernetes/kubernetes/issues/47135
64
- DefaultNamespaceDeletionTimeout = 10 * time.Minute
+ DefaultNamespaceDeletionTimeout = 5 * time.Minute
65
)
66
67
// Framework supports common operations used by e2e tests; it will keep a client & a namespace for you.
0 commit comments