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:12:09 -08:00
parent 806716e65d
commit fe9e7483a3
1 changed files with 1 additions and 1 deletions

View File

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