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

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/41230/head
Trishna Guha 7 years ago committed by GitHub
parent c29fe66edf
commit 34e4071eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save