Skip to content

Commit 7a5e0f1

Browse files
committed
Adjust submission time
1 parent e623da3 commit 7a5e0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/Service/CodeExecutor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private function executeCode(string $code, Problem|PrivateProblem $problem, mixe
5858
$inputData,
5959
$maxRuntime
6060
);
61-
$proc->setTimeout($maxRuntime);
61+
$proc->setTimeout($maxRuntime + 2);
6262
$proc->run();
6363

6464
$stdout = trim($proc->getOutput());

0 commit comments

Comments
 (0)