diff options
author | dwight <dwight@10gen.com> | 2011-01-22 21:50:19 -0500 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2011-01-22 21:50:19 -0500 |
commit | e55de40941f2055ebe22d431781181128160440a (patch) | |
tree | dae7cc17acf8cd7ba74bb68bce57b0edfbf8572a /jstests/dur | |
parent | f522e3cf7867996d602a653a5281d130b9fd6d81 (diff) | |
download | mongo-e55de40941f2055ebe22d431781181128160440a.tar.gz |
test output
Diffstat (limited to 'jstests/dur')
-rw-r--r-- | jstests/dur/closeall.js | 2 |
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");
|