mirror of https://github.com/apache/lucene.git
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:
parent
5a08413cd6
commit
c5d84044bc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue