there should be a wait on this retry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1402808 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-10-27 15:41:22 +00:00
parent 2cfc445f82
commit 5a6bb2b287
1 changed files with 1 additions and 1 deletions

View File

@ -1230,7 +1230,7 @@ public abstract class AbstractFullDistribZkTestBase extends AbstractDistribZkTes
if (tries++ == 30) {
fail("Shard still reported as live in zk - " + cnt + " jetty");
}
Thread.sleep(1000);
clusterState = zkStateReader.getClusterState();
}
}