summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJudah Schvimer <judah@mongodb.com>2016-05-05 09:55:19 -0400
committerJudah Schvimer <judah@mongodb.com>2016-10-06 10:11:39 -0400
commit1a5ba129ab68af8975581f074803aaf3acaeb316 (patch)
tree3d5929a575d461c95fcedeea6f551508435879c3
parent5d35a67f8d4d140afbc9c88ac47abc36f8927a29 (diff)
downloadmongo-1a5ba129ab68af8975581f074803aaf3acaeb316.tar.gz
SERVER-24055 increase wtimeout in chaining_removal.js
(cherry picked from commit 73836ed5ae3b91f2bdcd9c32e9f311482f22e4f3)
-rw-r--r--jstests/replsets/chaining_removal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/chaining_removal.js b/jstests/replsets/chaining_removal.js
index 1685bef8853..dbc80148745 100644
--- a/jstests/replsets/chaining_removal.js
+++ b/jstests/replsets/chaining_removal.js
@@ -48,7 +48,7 @@
});
// write that should reach all nodes
- var timeout = 15 * 1000;
+ var timeout = 60 * 1000;
var options = {
writeConcern: {w: numNodes, wtimeout: timeout}
};