]> BookStack Code Mirror - system-cli/blobdiff - src/Commands/InitCommand.php
Added general warning on all app usage about alpha status
[system-cli] / src / Commands / InitCommand.php
index a82b02d4908a12456062d4f0c678d1eb2732dd2e..4ebd267aa2336f1f833eabf34f4ee599b66f9e5c 100644 (file)
@@ -71,7 +71,7 @@ class InitCommand extends Command
     {
         $errors = (new ProgramRunner('php', '/usr/bin/php'))
             ->withTimeout(60)
-            ->withIdleTimeout(5)
+            ->withIdleTimeout(15)
             ->withEnvironment(EnvironmentLoader::load($installDir))
             ->runCapturingAllOutput([
                 Paths::join($installDir, 'artisan'),