mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
double ns deletion timeout until we figure out what is causing slowness
This commit is contained in:
parent
85832892b1
commit
eb32d6b5d3
@ -51,8 +51,10 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
maxKubectlExecRetries = 5
|
||||
DefaultNamespaceDeletionTimeout = 5 * time.Minute
|
||||
maxKubectlExecRetries = 5
|
||||
// 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.
|
||||
|
Loading…
Reference in New Issue
Block a user