summaryrefslogtreecommitdiff
path: root/jstests/replsets
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets')
-rw-r--r--jstests/replsets/dbcheck_write_concern.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/dbcheck_write_concern.js b/jstests/replsets/dbcheck_write_concern.js
index a87d0bb43d1..4e2a233a2b3 100644
--- a/jstests/replsets/dbcheck_write_concern.js
+++ b/jstests/replsets/dbcheck_write_concern.js
@@ -16,7 +16,7 @@ const replSet = new ReplSetTest({
nodeOptions: {setParameter: {dbCheckHealthLogEveryNBatches: 1}},
settings: {
// Prevent the primary from stepping down when we temporarily shut down the secondary.
- electionTimeoutMillis: 60000
+ electionTimeoutMillis: 120000
}
});
replSet.startSet();