diff --git a/tests/simulation/raft.cpp b/tests/simulation/raft.cpp index 80e20af1f..560df6c24 100644 --- a/tests/simulation/raft.cpp +++ b/tests/simulation/raft.cpp @@ -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);