Add timeout on TestDefaultLoadBalancer#testBalancerCluster to see if we can stop it hanging as a zombie in precommit builds

This commit is contained in:
stack 2014-12-03 11:13:36 -08:00
parent c5c395b68a
commit 52e35b4473
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ public class TestDefaultLoadBalancer extends BalancerTestBase {
*
* @throws Exception
*/
@Test
@Test (timeout=60000)
public void testBalanceCluster() throws Exception {
for (int[] mockCluster : clusterStateMocks) {