We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e623da3 commit 7a5e0f1Copy full SHA for 7a5e0f1
service/src/Service/CodeExecutor.php
@@ -58,7 +58,7 @@ private function executeCode(string $code, Problem|PrivateProblem $problem, mixe
58
$inputData,
59
$maxRuntime
60
);
61
- $proc->setTimeout($maxRuntime);
+ $proc->setTimeout($maxRuntime + 2);
62
$proc->run();
63
64
$stdout = trim($proc->getOutput());
0 commit comments