Merge pull request #12138 from jszczepkowski/e2e-nodes
Fixed flakiness of resize nodes test.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user