]> BookStack Code Mirror - system-cli/blobdiff - src/Services/ArtisanRunner.php
Made changes based upon freebsd/openbsd testing
[system-cli] / src / Services / ArtisanRunner.php
index b4513b3e39aabf1c1fb9b3c262a02d688c7c1a26..58c5d1fcffe6aa5258def0559c8c2d306524c83b 100644 (file)
@@ -14,8 +14,8 @@ class ArtisanRunner
     public function run(array $commandArgs)
     {
         $errors = (new ProgramRunner('php', '/usr/bin/php'))
-            ->withTimeout(60)
-            ->withIdleTimeout(5)
+            ->withTimeout(600)
+            ->withIdleTimeout(600)
             ->withEnvironment(EnvironmentLoader::load($this->appDir))
             ->runCapturingAllOutput([
                 $this->appDir . DIRECTORY_SEPARATOR . 'artisan',