mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
SERVER-47467 Initiate set with high election timeout in reconfig_waits_for_config_durability.js
This commit is contained in:
parent
4adcb62e1b
commit
ce27e3b631
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user