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:
parent
c29fe66edf
commit
34e4071eca
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue