diff --git a/core/tests/local_cluster.rs b/core/tests/local_cluster.rs index 449dfcd82..fd23b5710 100644 --- a/core/tests/local_cluster.rs +++ b/core/tests/local_cluster.rs @@ -214,7 +214,7 @@ fn test_listener_startup() { #[test] #[ignore] fn test_repairman_catchup() { - run_repairman_catchup(5); + run_repairman_catchup(3); } fn run_repairman_catchup(num_repairmen: u64) {