Skip to content

Commit 820d5b6

Browse files
committed
updating the default timeout to 3600 seconds
1 parent 8685a93 commit 820d5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/Console/ProcessSpawner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function spawn($commands = array(), $quiet = false) {
6464
if (!empty($processes)) {
6565

6666
// get the time out
67-
$timeout = Config::getOption("timeout") ? (int)Config::getOption("timeout") : 30;
67+
$timeout = Config::getOption("timeout") ? (int)Config::getOption("timeout") : 3600;
6868

6969
// start the processes
7070
foreach ($processes as $process) {

0 commit comments

Comments
 (0)