summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2020-04-10 11:00:37 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-10 16:23:38 +0000
commit1a414c9eb3a26a6f33dd348c8540016071a9d5d4 (patch)
treed2dc03303ed7b062eadcca23d0dcac0de7b8d6cb /jstests
parent7bec33fb7b8260f24974ff66bbf35cdbd034d639 (diff)
downloadmongo-1a414c9eb3a26a6f33dd348c8540016071a9d5d4.tar.gz
SERVER-47467 Initiate set with high election timeout in reconfig_waits_for_config_durability.js
(cherry picked from commit ce27e3b6311ed0b4be05bb5a7957be9fd3a52b87)
Diffstat (limited to 'jstests')
-rw-r--r--jstests/replsets/reconfig_waits_for_config_durability.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/reconfig_waits_for_config_durability.js b/jstests/replsets/reconfig_waits_for_config_durability.js
index 2049392fe07..929e96035d0 100644
--- a/jstests/replsets/reconfig_waits_for_config_durability.js
+++ b/jstests/replsets/reconfig_waits_for_config_durability.js
@@ -23,7 +23,7 @@ const rst = new ReplSetTest({
useBridge: true
});
rst.startSet();
-rst.initiate();
+rst.initiateWithHighElectionTimeout();
// We will kill the secondary after it installs and acknowledges a config to make sure it has made
// it durable. Disable journaling on the node so we are sure that the config write is flushed