mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Increase the node condition status change observation time out to 5 minutes.
1 minute is too short.
This commit is contained in:
parent
aaa1fe67f6
commit
7ec49d234c
@ -46,7 +46,7 @@ const (
|
|||||||
// flag value affects all the e2e tests. So we are hard-coding this value for now.
|
// flag value affects all the e2e tests. So we are hard-coding this value for now.
|
||||||
lowDiskSpaceThreshold uint64 = 256 * mb
|
lowDiskSpaceThreshold uint64 = 256 * mb
|
||||||
|
|
||||||
nodeOODTimeOut = 1 * time.Minute
|
nodeOODTimeOut = 5 * time.Minute
|
||||||
|
|
||||||
numNodeOODPods = 3
|
numNodeOODPods = 3
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user