summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2010-08-30 15:37:08 -0700
committerEliot Horowitz <eliot@10gen.com>2010-09-15 14:27:15 -0400
commitbb7759ebf8b8bf14757218981d08cdb0973b81b6 (patch)
tree8ae3698638c6328544eee5c335801d6cca4e672d
parent760fd054e396e17b0071429174959143b7f5f4a2 (diff)
downloadmongo-bb7759ebf8b8bf14757218981d08cdb0973b81b6.tar.gz
SERVER-1701 don't try killing master in slave delay test
-rw-r--r--jstests/repl/repl10.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/jstests/repl/repl10.js b/jstests/repl/repl10.js
index cc43e950ead..cc7cf12b302 100644
--- a/jstests/repl/repl10.js
+++ b/jstests/repl/repl10.js
@@ -26,11 +26,10 @@ doTest = function( signal ) {
am.save( {i:2} );
assert.eq( 2, am.count() );
sleep( 3000 );
-
- rt.stop( true, signal );
- sleep( 3000 );
assert.eq( 1, s.getDB( baseName ).a.count() );
+ soonCount( 2 );
+
rt.stop();
}