diff --git a/test/e2e/nodeoutofdisk.go b/test/e2e/nodeoutofdisk.go index 5cb5060150f..cda3adba620 100644 --- a/test/e2e/nodeoutofdisk.go +++ b/test/e2e/nodeoutofdisk.go @@ -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 )