Increase the node condition status change observation time out to 5 minutes.

1 minute is too short.
This commit is contained in:
Madhusudan.C.S 2015-12-10 14:43:33 -08:00
parent aaa1fe67f6
commit 7ec49d234c

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
)