From ce27e3b6311ed0b4be05bb5a7957be9fd3a52b87 Mon Sep 17 00:00:00 2001 From: William Schultz Date: Fri, 10 Apr 2020 11:00:37 -0400 Subject: [PATCH] SERVER-47467 Initiate set with high election timeout in reconfig_waits_for_config_durability.js --- jstests/replsets/reconfig_waits_for_config_durability.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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