6f461fbfd0
* Increase persistent connection local socket
retry timeout to fix intermittent failure in
network integration test
(cherry picked from commit 869cd6f729
)
14 lines
367 B
INI
14 lines
367 B
INI
# NOTE: This file is used by ansible-test to override specific Ansible constants
|
|
# This file is used by `ansible-test network-integration`
|
|
|
|
[defaults]
|
|
host_key_checking = False
|
|
log_path = /tmp/ansible-test.out
|
|
|
|
[ssh_connection]
|
|
ssh_args = '-o UserKnownHostsFile=/dev/null'
|
|
|
|
[persistent_connection]
|
|
command_timeout = 60
|
|
connect_timeout = 60
|
|
connect_retry_timeout = 60
|