Skip to content

Commit 86979be

Browse files
committed
Increase docker timeout
1 parent 8165039 commit 86979be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Process/DockerProcessFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function create(ProcessInput $processInput): Process
5757
'GID' => getmygid(),
5858
],
5959
$processInput->getInput(),
60-
10,
60+
30,
6161
);
6262
}
6363

0 commit comments

Comments
 (0)