chore: increase wait for test cluster timeout 30s -> 60s for e2e tests on GHA

This commit is contained in:
Pasha Sviderski
2026-03-04 13:07:09 +10:00
parent c039390ade
commit e54871758b
+1 -1
View File
@@ -55,7 +55,7 @@ func createTestCluster(
}) })
if waitReady { if waitReady {
require.NoError(t, p.WaitClusterReady(ctx, c, 30*time.Second)) require.NoError(t, p.WaitClusterReady(ctx, c, 60*time.Second))
} }
return c, p return c, p