]> BookStack Code Mirror - system-cli/blobdiff - src/Services/ComposerLocator.php
Made a range of tweaks from testing
[system-cli] / src / Services / ComposerLocator.php
index db46d9faf0e34392c34980d575a5dede4ab48be4..f29c58859849e1395fb5dafb44be86f7f39f3838 100644 (file)
@@ -15,7 +15,7 @@ class ComposerLocator
     {
         return (new ProgramRunner('composer', '/usr/local/bin/composer'))
             ->withTimeout(300)
-            ->withIdleTimeout(15)
+            ->withIdleTimeout(60)
             ->withAdditionalPathLocation($this->appDir);
     }