Merge pull request #18540 from madhusudancs/out-of-disk-e2e

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-12-14 01:37:37 -08:00
commit 5566e32842

View File

@ -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
)