From 356675b70f7dffdf9f6ee184d0776e40cfc5d057 Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Sat, 31 May 2014 10:15:03 -0700 Subject: [PATCH] fix(multi_node_kill_all_and_recovery_test): ensure cluster running --- tests/functional/multi_node_kill_all_and_recovery_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functional/multi_node_kill_all_and_recovery_test.go b/tests/functional/multi_node_kill_all_and_recovery_test.go index 4ea6a8b15..404cf972f 100644 --- a/tests/functional/multi_node_kill_all_and_recovery_test.go +++ b/tests/functional/multi_node_kill_all_and_recovery_test.go @@ -101,6 +101,8 @@ func TestTLSMultiNodeKillAllAndRecovery(t *testing.T) { t.Fatal("cannot create cluster") } + time.Sleep(time.Second) + c := etcd.NewClient(nil) go Monitor(clusterSize, clusterSize, leaderChan, all, stop)