Set the abort_time for raft tests to 1 simulated hour

This commit is contained in:
Tyler Neely 2022-11-22 11:25:24 +00:00
parent 66f39f2681
commit 0b19b62b12

View File

@ -250,7 +250,7 @@ void RunWithSeed(uint64_t seed) {
.scramble_messages = true,
.rng_seed = seed,
.start_time = Time::min() + std::chrono::microseconds{256 * 1024},
.abort_time = Time::max(),
.abort_time = Time::min() + std::chrono::seconds{3600},
};
spdlog::error("========================== NEW SIMULATION, replay with RunWithSeed({}) ==========================",