mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
chore: increase wait for test cluster timeout 30s -> 60s for e2e tests on GHA
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user