Skip to content

Commit ff5acd4

Browse files
committed
wait for all
1 parent 4b039e6 commit ff5acd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/process_cluster_recovery_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func TestProcessClusterRecovery(t *testing.T) {
109109
defer slave1.Close()
110110

111111
// Wait until recovered
112-
if ok := WaitUntilStarterReady(t, whatCluster, 1, slave1); ok {
112+
if ok := WaitUntilStarterReady(t, whatCluster, 3, slave1); ok {
113113
t.Logf("Cluster start (with recovery) took %s", time.Since(start))
114114
testCluster(t, insecureStarterEndpoint(0), false)
115115
testCluster(t, insecureStarterEndpoint(100), false)

0 commit comments

Comments
 (0)