Browse Source

Increase lock timeout

Jordi Boggiano 12 years ago
parent
commit
cbcba0370d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Packagist/WebBundle/Command/DumpPackagesCommand.php

+ 1 - 1
src/Packagist/WebBundle/Command/DumpPackagesCommand.php

@@ -59,7 +59,7 @@ class DumpPackagesCommand extends ContainerAwareCommand
         }
 
         $lock = $this->getContainer()->getParameter('kernel.cache_dir').'/composer-dumper.lock';
-        $timeout = 600;
+        $timeout = 30*60;
 
         ini_set('memory_limit', -1);