Commit 6b8763a4 authored by Marek Grabowski's avatar Marek Grabowski

Merge pull request #12138 from jszczepkowski/e2e-nodes

Fixed flakiness of resize nodes test.
parents 6129d3d4 972dcfaa
......@@ -104,7 +104,7 @@ func groupSize() (int, error) {
}
func waitForGroupSize(size int) error {
timeout := 4 * time.Minute
timeout := 10 * time.Minute
for start := time.Now(); time.Since(start) < timeout; time.Sleep(5 * time.Second) {
currentSize, err := groupSize()
if err != nil {
......
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