Skip to content

Commit 737f415

Browse files
committed
Increasing the timeout duration for cluster recovery.
1 parent 9fa9ab5 commit 737f415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func restoreCluster(ctx context.Context) error {
213213
container.CountRestart += 1
214214

215215
err := wait.ForLog("Startup complete").
216-
WithStartupTimeout(30*time.Second).
216+
WithStartupTimeout(60*time.Second).
217217
WithOccurrence(container.CountRestart+1).
218218
WaitUntilReady(ctx, container.TC)
219219
if err != nil {

0 commit comments

Comments
 (0)