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 9fa9ab5 commit 737f415Copy full SHA for 737f415
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