mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-18 14:51:09 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user