Skip to content

Commit 4b039e6

Browse files
committed
wait for all starters
1 parent cb39fc2 commit 4b039e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/process_cluster_multi_join_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestProcessClusterMultipleJoins(t *testing.T) {
5555
slave2 := Spawn(t, "${STARTER} --starter.port=8000 "+joins3+createEnvironmentStarterOptions())
5656
defer slave2.Close()
5757

58-
if ok := WaitUntilStarterReady(t, whatCluster, 1, master, slave1, slave2); ok {
58+
if ok := WaitUntilStarterReady(t, whatCluster, 3, master, slave1, slave2); ok {
5959
t.Logf("Cluster start took %s", time.Since(start))
6060
testCluster(t, "http://localhost:6000", false)
6161
testCluster(t, "http://localhost:7000", false)

0 commit comments

Comments
 (0)