Unignore test_repairman_catchup

This commit is contained in:
carllin 2019-05-29 21:59:41 -07:00 committed by GitHub
parent 7a021dff05
commit c82f4a1b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ fn test_listener_startup() {
#[test] #[test]
#[ignore] #[ignore]
fn test_repairman_catchup() { fn test_repairman_catchup() {
run_repairman_catchup(5); run_repairman_catchup(3);
} }
fn run_repairman_catchup(num_repairmen: u64) { fn run_repairman_catchup(num_repairmen: u64) {