mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Increase socket connect retry timeout for integration test (#30681)
* Increase persistent connection local socket retry timeout to fix intermittent failure in network integration test
This commit is contained in:
parent
c2303c5922
commit
869cd6f729
1 changed files with 1 additions and 0 deletions
|
@ -11,3 +11,4 @@ ssh_args = '-o UserKnownHostsFile=/dev/null'
|
|||
[persistent_connection]
|
||||
command_timeout = 60
|
||||
connect_timeout = 60
|
||||
connect_retry_timeout = 60
|
||||
|
|
Loading…
Reference in a new issue