mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Increase timeout value for composer install command
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2019-02-20 DariusIII
|
||||
* Chg: Increase timeout value for composer install command
|
||||
* Chg: Move certain user functions (api accessed and logged in) into specific events
|
||||
* Chg: Do some small code simplification
|
||||
* Chg: Add table to track failed jobs
|
||||
|
||||
@@ -65,6 +65,7 @@ class UpdateNNTmuxComposer extends Command
|
||||
}
|
||||
$this->output->writeln('<comment>Running composer install process...</comment>');
|
||||
$process = new Process($command);
|
||||
$process->setTimeout(360);
|
||||
$process->run(function ($type, $buffer) {
|
||||
if (Process::ERR === $type) {
|
||||
echo $buffer;
|
||||
|
||||
Reference in New Issue
Block a user