mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
double ns deletion timeout until we figure out what is causing slowness
This commit is contained in:
parent
85832892b1
commit
eb32d6b5d3
@ -52,7 +52,9 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
maxKubectlExecRetries = 5
|
maxKubectlExecRetries = 5
|
||||||
DefaultNamespaceDeletionTimeout = 5 * time.Minute
|
// TODO(mikedanese): reset this to 5 minutes once #47135 is resolved.
|
||||||
|
// ref https://github.com/kubernetes/kubernetes/issues/47135
|
||||||
|
DefaultNamespaceDeletionTimeout = 10 * time.Minute
|
||||||
)
|
)
|
||||||
|
|
||||||
// Framework supports common operations used by e2e tests; it will keep a client & a namespace for you.
|
// Framework supports common operations used by e2e tests; it will keep a client & a namespace for you.
|
||||||
|
Loading…
Reference in New Issue
Block a user