diff --git a/bench-tps/src/bench.rs b/bench-tps/src/bench.rs index 25115715e..7285ddc83 100644 --- a/bench-tps/src/bench.rs +++ b/bench-tps/src/bench.rs @@ -427,8 +427,7 @@ fn poll_blockhash( break; } - // Wait a slot before checking again - sleep(Duration::from_millis(400)); + sleep(Duration::from_millis(50)); } }