mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 02:33:09 +00: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:
@@ -11,3 +11,4 @@ ssh_args = '-o UserKnownHostsFile=/dev/null'
|
||||
[persistent_connection]
|
||||
command_timeout = 60
|
||||
connect_timeout = 60
|
||||
connect_retry_timeout = 60
|
||||
|
||||
Reference in New Issue
Block a user