summaryrefslogtreecommitdiff
path: root/jstests/replsets
diff options
context:
space:
mode:
authorWill Buerger <will.buerger@mongodb.com>2022-10-17 20:27:00 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-17 21:25:28 +0000
commit78adcf8fb1a111a37b843bb62606418c307c8e13 (patch)
treed8127558e9722c1a2515c67294882787c16542e5 /jstests/replsets
parent8af76af0459d61fdc0d3f38993de62eb66a1b352 (diff)
downloadmongo-78adcf8fb1a111a37b843bb62606418c307c8e13.tar.gz
SERVER-69446: Increase electionTimeoutMillis in jstests/replsets/dbcheck_write_concern.js
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();