1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2018-06-07 12:46:51 +05:30 committed by GitHub
parent c29fe66edf
commit 34e4071eca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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