mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-26 07:35:39 +00:00
* commons/pom.xml
bump test heap back to -Xmx1g
* BloomFilterTest
restore 495MB-filter test
This commit is contained in:
+1
-1
@@ -355,7 +355,7 @@
|
||||
<excludes>
|
||||
<exclude>**/Test*.java</exclude>
|
||||
</excludes>
|
||||
<argLine>-Xmx640m</argLine>
|
||||
<argLine>-Xmx1g</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
@@ -85,7 +85,7 @@ public abstract class BloomFilterTest extends TestCase {
|
||||
trialWithParameters(125000000,22,125000000,34000000);
|
||||
}
|
||||
|
||||
public void xestDefaultAbbreviated() {
|
||||
public void testDefaultAbbreviated() {
|
||||
trialWithParameters(125000000,22,17000000,0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user