Skip to content

Commit

Permalink
Further increasing limits for tests on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mxro committed Oct 8, 2021
1 parent f81608e commit 7d5babf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/delight/nashornsandbox/TestIssue34.java
Expand Up @@ -36,7 +36,7 @@ public String getOutput() {
@Before
public void setUp() {
sandbox = NashornSandboxes.create();
sandbox.setMaxCPUTime(100); // in millis
sandbox.setMaxCPUTime(6000); // in millis
sandbox.setMaxMemory(1000 * 10000); // 1000 MB
sandbox.allowNoBraces(false);
sandbox.allowPrintFunctions(true);
Expand Down

0 comments on commit 7d5babf

Please sign in to comment.