Enable more aggressive message scrambling to get a race condition to jump out about 0.2% of the time

This commit is contained in:
Tyler Neely 2022-07-15 16:46:54 +00:00
parent 46a2879ece
commit 9dc37a87f7

View File

@ -567,7 +567,7 @@ void RunSimulation() {
auto config = SimulatorConfig{
.drop_percent = 0,
.perform_timeouts = true,
.scramble_messages = false,
.scramble_messages = true,
.rng_seed = 0,
};