mirror of https://github.com/apache/lucene.git
LUCENE-5606: fix required heap for this test in the @Ignore reason
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587871 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
013bfe2a4a
commit
3e71fc7dfe
|
@ -34,7 +34,7 @@ import org.apache.lucene.util.packed.PackedInts;
|
|||
import org.junit.Ignore;
|
||||
import com.carrotsearch.randomizedtesting.annotations.TimeoutSuite;
|
||||
|
||||
@Ignore("Requires tons of heap to run (420G works)")
|
||||
@Ignore("Requires tons of heap to run (30 GB hits OOME but 35 GB passes after ~4.5 hours)")
|
||||
@TimeoutSuite(millis = 100 * TimeUnits.HOUR)
|
||||
public class Test2BFST extends LuceneTestCase {
|
||||
|
||||
|
|
Loading…
Reference in New Issue