chore(e2e): increase ucind cluster init timeouts, decrease max backoff delay for TCP connection to retry faster

This commit is contained in:
Pasha Sviderski
2026-04-09 14:39:12 +10:00
parent cd149e4506
commit b3b33a82ba
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -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