Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo committed Sep 27, 2024
1 parent 5fe9127 commit 6e33846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factories/AnalyseProcessFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ final class AnalyseProcessFactory
{
private const string MEMORY_LIMIT = '4G';

private const int TIMEOUT_IN_SECONDS = 600;
private const int TIMEOUT_IN_SECONDS = 900;

public function create(string $configurationFile): Process
{
Expand Down

0 comments on commit 6e33846

Please sign in to comment.