mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +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.
|
||||
lowDiskSpaceThreshold uint64 = 256 * mb
|
||||
|
||||
nodeOODTimeOut = 1 * time.Minute
|
||||
nodeOODTimeOut = 5 * time.Minute
|
||||
|
||||
numNodeOODPods = 3
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user