increase timeout for connection reset by peer issue with httpapi (#41224)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 34e4071eca)
pull/41306/head
Trishna Guha 7 years ago committed by Matt Clay
parent b13dd0cac1
commit 3ed8300dff

@ -9,6 +9,6 @@ log_path = /tmp/ansible-test.out
ssh_args = '-o UserKnownHostsFile=/dev/null' ssh_args = '-o UserKnownHostsFile=/dev/null'
[persistent_connection] [persistent_connection]
command_timeout = 60 command_timeout = 100
connect_timeout = 60 connect_timeout = 100
connect_retry_timeout = 60 connect_retry_timeout = 100

Loading…
Cancel
Save