Change play timeout for persistent connection command timeout (#27948)

There's been a change in persistent connect framework that switches
playbook timeout (which corresponds to 'timeout' param) to command_timeout.
While we fix this and return the functionality, let's put the command_timeout
in place to avoid CI being red.
pull/27950/head
Ricardo Carrillo Cruz 7 years ago committed by GitHub
parent c05b303db5
commit 0f77afbd60

@ -2,9 +2,11 @@
# This file is used by `ansible-test network-integration`
[defaults]
timeout = 60
host_key_checking = False
log_path = /tmp/ansible-test.out
[ssh_connection]
ssh_args = '-o UserKnownHostsFile=/dev/null'
[persistent_connection]
command_timeout = 60

Loading…
Cancel
Save