Skip to content

Commit

Permalink
Merge pull request #955 from mbrodala/patch-2
Browse files Browse the repository at this point in the history
Raise timeout for runLocally to 300 seconds
  • Loading branch information
antonmedv authored Jan 16, 2017
2 parents a29f3e9 + 3bd1cfb commit 9680b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ function run($command)
* @return Result Output of command.
* @throws \RuntimeException
*/
function runLocally($command, $timeout = 60)
function runLocally($command, $timeout = 300)
{
$command = parse($command);

Expand Down

0 comments on commit 9680b11

Please sign in to comment.