Commit 7ec49d23 authored by Madhusudan.C.S's avatar Madhusudan.C.S

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

1 minute is too short.
parent aaa1fe67
...@@ -46,7 +46,7 @@ const ( ...@@ -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
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment