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:
Mark Robert Miller 2012-12-18 01:20:56 +00:00
parent 9a37c111db
commit e3647eaad4
1 changed files with 1 additions and 1 deletions

View File

@ -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) {