Increase memory for html4j tests

This commit is contained in:
Alexey Andreev 2017-05-08 21:28:05 +03:00
parent 08eb2da9b0
commit 6a22fbbae0

View File

@ -111,7 +111,7 @@
<teavm.junit.minified>true</teavm.junit.minified>
<teavm.junit.optimized>true</teavm.junit.optimized>
</systemProperties>
<argLine>-Xmx512m</argLine>
<argLine>-Xmx1024m</argLine>
</configuration>
</plugin>
</plugins>