Skip to content

Commit

Permalink
Update the Ansible::Runner wait_for timeout
Browse files Browse the repository at this point in the history
Drop the wait_for timeout to 10 seconds
  • Loading branch information
agrare committed Oct 8, 2020
1 parent 110e5d7 commit d071f33
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 d071f33

Please sign in to comment.