Start removing load-bearing sleep statements to get race conditions to jump out in the simulator
This commit is contained in:
parent
a6133dab49
commit
4876b7cd8c
@ -614,7 +614,6 @@ int main() {
|
||||
if (response.retry_leader) {
|
||||
leader = response.retry_leader.value();
|
||||
}
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(200));
|
||||
}
|
||||
|
||||
MG_ASSERT(success);
|
||||
|
Loading…
Reference in New Issue
Block a user