Skip to content

Commit

Permalink
Merge pull request #20674 from agrare/update_runner_wait_for_timeout
Browse files Browse the repository at this point in the history
Update the Ansible::Runner wait_for timeout
  • Loading branch information
Fryguy authored Oct 9, 2020
2 parents 46d1dd4 + d071f33 commit aa3b7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def pid_file(base_dir)
File.join(base_dir, "pid")
end

def wait_for(path, timeout: 30.seconds)
def wait_for(path, timeout: 10.seconds)
require "listen"
require "concurrent"

Expand Down

0 comments on commit aa3b7e8

Please sign in to comment.