Set the abort_time for raft tests to 1 simulated hour
This commit is contained in:
parent
66f39f2681
commit
0b19b62b12
@ -250,7 +250,7 @@ void RunWithSeed(uint64_t seed) {
|
|||||||
.scramble_messages = true,
|
.scramble_messages = true,
|
||||||
.rng_seed = seed,
|
.rng_seed = seed,
|
||||||
.start_time = Time::min() + std::chrono::microseconds{256 * 1024},
|
.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({}) ==========================",
|
spdlog::error("========================== NEW SIMULATION, replay with RunWithSeed({}) ==========================",
|
||||||
|
Loading…
Reference in New Issue
Block a user