mirror of https://github.com/apache/lucene.git
extend time a bit to prevent false test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@980081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
41bb029ecf
commit
f64f56f584
|
@ -207,7 +207,7 @@ public class AutoCommitTest extends AbstractSolrTestCase {
|
|||
assertQ("should not be there yet", req("id:500") ,"//result[@numFound=0]" );
|
||||
|
||||
// Wait longer than the autocommit time
|
||||
assertTrue(trigger.waitForCommit(30000));
|
||||
assertTrue(trigger.waitForCommit(45000));
|
||||
trigger.reset();
|
||||
|
||||
req.setContentStreams( toContentStreams(
|
||||
|
|
Loading…
Reference in New Issue