Skip to content

Commit

Permalink
Fix test flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
kchodorow committed Sep 5, 2012
1 parent 1e0cb10 commit 9756b2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jstests/replsets/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ replTest.initiate({_id : name, members :
}});

var master = replTest.getMaster();
// make everyone catch up before reconfig
replTest.awaitReplication();

var config = master.getDB("local").system.replset.findOne();

Expand Down

0 comments on commit 9756b2f

Please sign in to comment.