0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

SERVER-47467 Initiate set with high election timeout in reconfig_waits_for_config_durability.js

This commit is contained in:
William Schultz 2020-04-10 11:00:37 -04:00 committed by Evergreen Agent
parent 4adcb62e1b
commit ce27e3b631

View File

@ -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