From c82f4a1b6dd09e2889f423d2be85cd17093ccccf Mon Sep 17 00:00:00 2001 From: carllin Date: Wed, 29 May 2019 21:59:41 -0700 Subject: [PATCH] Unignore test_repairman_catchup --- core/tests/local_cluster.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {