GOSSIP-33 Run rat on all installs

This commit is contained in:
Edward Capriolo
2016-11-24 11:20:01 -05:00
parent 42e4ac786d
commit c873ecf845
10 changed files with 156 additions and 2 deletions

View File

@ -82,7 +82,7 @@ public class ShutdownDeadtimeTest {
}
return total;
}
}).afterWaitingAtMost(20, TimeUnit.SECONDS).isEqualTo(20);
}).afterWaitingAtMost(40, TimeUnit.SECONDS).isEqualTo(20);
// shutdown one client and verify that one client is lost.
Random r = new Random();