summaryrefslogtreecommitdiff
path: root/jstests/repl
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-04-06 16:21:56 -0400
committerAaron <aaron@10gen.com>2009-04-06 16:21:56 -0400
commitaa5309a68bf3fb6c1ef4a4c7459a047df097cac2 (patch)
tree34b20b3102d2a620ed6d09d355d737ef4e9622ec /jstests/repl
parente3f1f1b2bfb0fa81eff66e01f883ff1435a5697a (diff)
downloadmongo-aa5309a68bf3fb6c1ef4a4c7459a047df097cac2.tar.gz
print error description, test timeout MINOR
Diffstat (limited to 'jstests/repl')
-rw-r--r--jstests/repl/repl7.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/repl/repl7.js b/jstests/repl/repl7.js
index 3219735b0dd..2e72a0a1e01 100644
--- a/jstests/repl/repl7.js
+++ b/jstests/repl/repl7.js
@@ -35,6 +35,8 @@ doTest = function( signal ) {
assert.eq( 1, m.getDB( n ).a.find().count() );
}
+ sleep( 300 );
+
ports.forEach( function( x ) { stopMongod( x ); } );
}