summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-04-27 09:41:07 -0400
committerEliot Horowitz <eliot@10gen.com>2010-04-27 09:41:07 -0400
commite171d10a100ba70f565eb49e2ba902ba0efe39ac (patch)
treedf0d440d9e74196829bbdd8bee73baa23f822530
parent1a7ad0ec4a28f43a45824fb842bc6dd406ef3a11 (diff)
downloadmongo-e171d10a100ba70f565eb49e2ba902ba0efe39ac.tar.gz
fix test for 1.4
-rw-r--r--jstests/repl/basic1.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/repl/basic1.js b/jstests/repl/basic1.js
index 950e7c31a70..594ba07643f 100644
--- a/jstests/repl/basic1.js
+++ b/jstests/repl/basic1.js
@@ -9,6 +9,7 @@ s = rt.start( false );
function block(){
am.runCommand( { getlasterror : 1 , w : 2 , wtimeout : 3000 } )
+ sleep(3000); // 1.4 branch doesn't support w
}
function hash( db ){