Enable more aggressive message scrambling to get a race condition to jump out about 0.2% of the time
This commit is contained in:
parent
46a2879ece
commit
9dc37a87f7
@ -567,7 +567,7 @@ void RunSimulation() {
|
||||
auto config = SimulatorConfig{
|
||||
.drop_percent = 0,
|
||||
.perform_timeouts = true,
|
||||
.scramble_messages = false,
|
||||
.scramble_messages = true,
|
||||
.rng_seed = 0,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user