summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2018-12-07 17:43:22 -0500
committerA. Jesse Jiryu Davis <jesse@mongodb.com>2018-12-13 11:12:03 -0500
commitae459034664931da01b163c64df46b299debe660 (patch)
tree4d10a0e17ccfbcbd8a0687488f3c507a323fc6d8 /jstests
parent70098eb6ececc680a61bc5dad608b43d3885a07c (diff)
downloadmongo-ae459034664931da01b163c64df46b299debe660.tar.gz
SERVER-38476 Increase timeout for clean_shutdown_oplog_state.js
Diffstat (limited to 'jstests')
-rw-r--r--jstests/replsets/clean_shutdown_oplog_state.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/replsets/clean_shutdown_oplog_state.js b/jstests/replsets/clean_shutdown_oplog_state.js
index f1e361acc5e..90de89430f1 100644
--- a/jstests/replsets/clean_shutdown_oplog_state.js
+++ b/jstests/replsets/clean_shutdown_oplog_state.js
@@ -35,8 +35,8 @@
// Start a w:2 write that will block until replication is resumed.
var waitForReplStart = startParallelShell(function() {
- printjson(assert.writeOK(db.getCollection('side').insert(
- {}, {writeConcern: {w: 2, wtimeout: ReplSetTest.kDefaultTimeoutMS}})));
+ printjson(assert.writeOK(
+ db.getCollection('side').insert({}, {writeConcern: {w: 2, wtimeout: 30 * 60 * 1000}})));
}, primary.host.split(':')[1]);
// Insert a lot of data in increasing order to test.coll.