summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}
};