mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
test: increase timeout waiting for reconciled michine in cluster lifecycle test
This commit is contained in:
@@ -104,7 +104,7 @@ func TestClusterLifecycle(t *testing.T) {
|
||||
}
|
||||
|
||||
return true
|
||||
}, 15*time.Second, 50*time.Millisecond, "cluster store not reconciled on machine #%d", i+1)
|
||||
}, 30*time.Second, 50*time.Millisecond, "cluster store not reconciled on machine #%d", i+1)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user