Start removing load-bearing sleep statements to get race conditions to jump out in the simulator

This commit is contained in:
Tyler Neely 2022-07-15 05:43:40 +00:00
parent a6133dab49
commit 4876b7cd8c

View File

@ -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);