mirror of https://github.com/apache/lucene.git
tests: more fudge
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1425004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8c40304671
commit
db517c4bb8
|
@ -235,7 +235,7 @@ public class SoftAutoCommitTest extends AbstractSolrTestCase {
|
|||
monitor.assertSaneOffers();
|
||||
|
||||
// Wait for the soft commit with some fudge
|
||||
soft529 = monitor.soft.poll(softCommitWaitMillis * 2, MILLISECONDS);
|
||||
soft529 = monitor.soft.poll(softCommitWaitMillis * 3, MILLISECONDS);
|
||||
assertNotNull("soft529 wasn't fast enough", soft529);
|
||||
monitor.assertSaneOffers();
|
||||
|
||||
|
|
Loading…
Reference in New Issue