summaryrefslogtreecommitdiff
path: root/jstests/multiVersion
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2014-05-16 13:52:14 -0400
committerRandolph Tan <randolph@10gen.com>2014-06-05 12:19:24 -0400
commitec4f2ef38ccf83ac1e57d55bd00816f1db72df2f (patch)
tree0202fc3e5e6a17cc7ec196277c485d88636e4595 /jstests/multiVersion
parent693b5368a978a9e05017cd7e40f56dfac1ba243c (diff)
downloadmongo-ec4f2ef38ccf83ac1e57d55bd00816f1db72df2f.tar.gz
SERVER-9710 remove _nosleep check for balancer
Diffstat (limited to 'jstests/multiVersion')
-rw-r--r--jstests/multiVersion/balancer_multiVersion_detect.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/multiVersion/balancer_multiVersion_detect.js b/jstests/multiVersion/balancer_multiVersion_detect.js
index 4529ccff39f..87f17ea73e5 100644
--- a/jstests/multiVersion/balancer_multiVersion_detect.js
+++ b/jstests/multiVersion/balancer_multiVersion_detect.js
@@ -26,7 +26,7 @@ printjson(admin.runCommand({ shardCollection : coll + "", key : { _id : 1 } }));
assert.soon( function() {
var log = cat(mongos.fullOptions.logFile);
return /warning: multiVersion/.test(log);
-}, "multiVersion warning not printed!", 5 * 60 * 1000, 5 * 1000);
+}, "multiVersion warning not printed!", 30 * 16 * 60 * 1000, 5 * 1000);
jsTest.log("DONE!");