summaryrefslogtreecommitdiff
path: root/jstests/dur
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2011-01-22 21:50:19 -0500
committerdwight <dwight@10gen.com>2011-01-22 21:50:19 -0500
commite55de40941f2055ebe22d431781181128160440a (patch)
treedae7cc17acf8cd7ba74bb68bce57b0edfbf8572a /jstests/dur
parentf522e3cf7867996d602a653a5281d130b9fd6d81 (diff)
downloadmongo-e55de40941f2055ebe22d431781181128160440a.tar.gz
test output
Diffstat (limited to 'jstests/dur')
-rw-r--r--jstests/dur/closeall.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/dur/closeall.js b/jstests/dur/closeall.js
index 7a4387ad821..0294e64645f 100644
--- a/jstests/dur/closeall.js
+++ b/jstests/dur/closeall.js
@@ -51,6 +51,8 @@ function f() {
catch (e) {
print("got another exception : " + e);
}
+ // sleep a little to capture possible mongod output?
+ sleep(2000);
throw e;
}
assert( res.ok, "closeAllDatabases res.ok=false");