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:
Michael McCandless 2014-04-16 11:29:08 +00:00
parent 013bfe2a4a
commit 3e71fc7dfe
1 changed files with 1 additions and 1 deletions

View File

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