nomad: make test more robust

This commit is contained in:
Armon Dadgar
2015-10-11 18:47:00 -04:00
parent fa8c5fb27c
commit b5ec1e3ba1

View File

@@ -228,6 +228,7 @@ func TestLeader_EvalBroker_Reset(t *testing.T) {
defer s3.Shutdown()
servers := []*Server{s1, s2, s3}
testJoin(t, s1, s2, s3)
testutil.WaitForLeader(t, s1.RPC)
for _, s := range servers {
testutil.WaitForResult(func() (bool, error) {