mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix timeout issue
This commit is contained in:
@@ -34,6 +34,8 @@ class BowerInstall extends Command
|
||||
protected function doExecute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$grunt = $this->container['driver.grunt'];
|
||||
$grunt->getProcessBuilderFactory()->setTimeout(600);
|
||||
|
||||
$bower = $this->container['driver.bower'];
|
||||
|
||||
$output->writeln("Using <info>".$grunt->getProcessBuilderFactory()->getBinary()."</info> for driver");
|
||||
|
Reference in New Issue
Block a user