Skip to content

Commit 6d04b07

Browse files
committed
WIP
1 parent a8db69e commit 6d04b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core/JVM/Parameters/Runtime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ final class Runtime
88
const ENTRYPOINT = null;
99

1010
const MAX_STACK_EXCEEDED = 9999;
11-
const MAX_EXECUTION_TIME = 1;
11+
const MAX_EXECUTION_TIME = 5;
1212
const STRICT = true;
1313
const PRELOAD = false;
1414
const DRY_RUN_ATTRIBUTE = false;

0 commit comments

Comments
 (0)