Commit 5566e328 authored by k8s-merge-robot's avatar k8s-merge-robot

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

Auto commit by PR queue bot
parents 69f3dbc4 7ec49d23
...@@ -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