summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-03-24 10:19:53 -0400
committerEliot Horowitz <eliot@10gen.com>2010-03-24 10:19:53 -0400
commitb42d93b75ab6d179d3ebefbd4e5093514f5b8d72 (patch)
tree1485c5c668c2300ea4bbf6845f664f1e397bd575
parent2dce721f654c5560c3e5f98948ae132a9d2aea6d (diff)
parent30ccee77aa80eb133275b32f2047f8a1cee2eafd (diff)
downloadmongo-b42d93b75ab6d179d3ebefbd4e5093514f5b8d72.tar.gz
Merge branch 'master' of git@github.com:mongodb/mongo
-rw-r--r--jstests/repl/pair7.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/repl/pair7.js b/jstests/repl/pair7.js
index 3a448c4174b..52ef91f958a 100644
--- a/jstests/repl/pair7.js
+++ b/jstests/repl/pair7.js
@@ -44,6 +44,7 @@ doTest = function( signal ) {
assert.soon( function() { return 1 == sa.count(); } );
rp.killNode( rp.slave(), signal );
+ rp.waitForSteadyState( [ 1, null ] );
ma.save( {} );
rp.start( true );