Skip to content

Commit

Permalink
[Parallel] Increase ParallelFileProcessor::TIMEOUT_IN_SECONDS to 120 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 11, 2022
1 parent 2676f89 commit fb76afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Parallel/Application/ParallelFileProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ final class ParallelFileProcessor
/**
* @var int
*/
final public const TIMEOUT_IN_SECONDS = 60;
final public const TIMEOUT_IN_SECONDS = 120;

/**
* @var int
Expand Down

0 comments on commit fb76afb

Please sign in to comment.