mirror of
https://github.com/apache/lucene.git
synced 2025-02-21 01:18:45 +00:00
raise test poll timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1423244 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a37c111db
commit
e3647eaad4
@ -314,7 +314,7 @@ public class OverseerTest extends SolrTestCaseJ4 {
|
||||
|
||||
// make sure all cores have been returned an id
|
||||
int assignedCount = 0;
|
||||
for (int i = 0; i < 90; i++) {
|
||||
for (int i = 0; i < 120; i++) {
|
||||
assignedCount = 0;
|
||||
for (int j = 0; j < coreCount; j++) {
|
||||
if (ids[j] != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user