Skip to content

Commit 6e33846

Browse files
committed
Increase timeout
1 parent 5fe9127 commit 6e33846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factories/AnalyseProcessFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ final class AnalyseProcessFactory
1010
{
1111
private const string MEMORY_LIMIT = '4G';
1212

13-
private const int TIMEOUT_IN_SECONDS = 600;
13+
private const int TIMEOUT_IN_SECONDS = 900;
1414

1515
public function create(string $configurationFile): Process
1616
{

0 commit comments

Comments
 (0)