tests: boost poll length

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569925 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-02-19 21:31:29 +00:00
parent 5a08413cd6
commit c5d84044bc
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ public class OverseerTest extends SolrTestCaseJ4 {
if (coreCount == assignedCount) {
break;
}
Thread.sleep(500);
Thread.sleep(1000);
}
assertEquals("Unable to verify all cores have been returned an id",
coreCount, assignedCount);