We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b602e commit 12ba1c5Copy full SHA for 12ba1c5
main_test.go
@@ -213,7 +213,7 @@ func restoreCluster(ctx context.Context) error {
213
container.CountRestart += 1
214
215
err := wait.ForLog("Startup complete").
216
- WithStartupTimeout(30*time.Second).
+ WithStartupTimeout(60*time.Second).
217
WithOccurrence(container.CountRestart+1).
218
WaitUntilReady(ctx, container.TC)
219
if err != nil {
0 commit comments