We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8db69e commit 6d04b07Copy full SHA for 6d04b07
1 file changed
src/Core/JVM/Parameters/Runtime.php
@@ -8,7 +8,7 @@ final class Runtime
8
const ENTRYPOINT = null;
9
10
const MAX_STACK_EXCEEDED = 9999;
11
- const MAX_EXECUTION_TIME = 1;
+ const MAX_EXECUTION_TIME = 5;
12
const STRICT = true;
13
const PRELOAD = false;
14
const DRY_RUN_ATTRIBUTE = false;
0 commit comments