Fix bug with MgFuture where its safety check was not correctly initialized

This commit is contained in:
Tyler Neely
2022-07-20 18:17:06 +00:00
parent b4afe45de5
commit 9ae1671e4f
3 changed files with 24 additions and 27 deletions

View File

@@ -627,7 +627,7 @@ void RunSimulation() {
.perform_timeouts = true,
.scramble_messages = true,
.rng_seed = 0,
.start_time = 200000,
.start_time = 256 * 1024,
.abort_time = 8 * 1024 * 1024,
};