Skip to content

Commit

Permalink
Increasing memeory limit for test resiliency
Browse files Browse the repository at this point in the history
  • Loading branch information
mxro committed Oct 8, 2021
1 parent 2be6dd7 commit f81608e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/delight/nashornsandbox/TestMemoryLimit.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @version $Id$
*/
public class TestMemoryLimit {
private static final int MEMORY_LIMIT = 700 * 1024;
private static final int MEMORY_LIMIT = 700 * 1024 * 20;

@Test
public void test() throws ScriptCPUAbuseException, ScriptException {
Expand Down

0 comments on commit f81608e

Please sign in to comment.