summaryrefslogtreecommitdiff
path: root/src/mongo/shell
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2017-01-27 14:04:04 -0500
committerBenety Goh <benety@mongodb.com>2017-01-27 14:56:30 -0500
commit4f207f7072c1053fb80879d8385597b43a716e2c (patch)
tree4a779977f3449cfc851c47ac919f9383db305e4a /src/mongo/shell
parentf6fac046e32a7cad6ef5eae59c4bce75c8b2e0ad (diff)
downloadmongo-4f207f7072c1053fb80879d8385597b43a716e2c.tar.gz
SERVER-27844 increase timeout in repl/block2.js
Diffstat (limited to 'src/mongo/shell')
-rw-r--r--src/mongo/shell/servers_misc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/servers_misc.js b/src/mongo/shell/servers_misc.js
index 223d7d2de10..b2a31ac1a88 100644
--- a/src/mongo/shell/servers_misc.js
+++ b/src/mongo/shell/servers_misc.js
@@ -72,6 +72,7 @@ ToolTest.prototype.runTool = function() {
ReplTest = function(name, ports) {
this.name = name;
this.ports = ports || allocatePorts(2);
+ this.kDefaultTimeoutMS = 10 * 60 * 1000;
};
ReplTest.prototype.getPort = function(master) {