Skip to content

Commit

Permalink
Increase timeout of mixlibshellout
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmorley committed Nov 4, 2016
1 parent 2010b98 commit 2cd5817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workup/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def chef_client(client_rb, dry_run = false)
cmd << '-A' if Gem.win_platform?
cmd << '--why-run' if dry_run

execute(*cmd, live_stdout: STDOUT, live_stderr: STDERR)
execute(*cmd, live_stdout: STDOUT, live_stderr: STDERR, timeout: 6*60*60)
end

def chef_apply(recipe, dry_run = false)
Expand Down

0 comments on commit 2cd5817

Please sign in to comment.