Skip to content

Commit 309b97d

Browse files
authored
Cli timeout = 3600
1 parent fb6d568 commit 309b97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public static function exec($command, $args = array(), $cwd = null, $verbose = f
114114
//@codeCoverageIgnoreEnd
115115

116116
// execute command
117-
$process = new Process($cmd, $cwd);
117+
$process = new Process($cmd, $cwd, null, null, 3600);
118118
$process->run();
119119

120120
// executes after the command finishes

0 commit comments

Comments
 (0)