mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
chore(e2e): increase ucind cluster init timeouts, decrease max backoff delay for TCP connection to retry faster
This commit is contained in:
@@ -55,7 +55,7 @@ func createTestCluster(
|
||||
})
|
||||
|
||||
if waitReady {
|
||||
require.NoError(t, p.WaitClusterReady(ctx, c, 60*time.Second))
|
||||
require.NoError(t, p.WaitClusterReady(ctx, c, 90*time.Second))
|
||||
}
|
||||
|
||||
return c, p
|
||||
|
||||
Reference in New Issue
Block a user