From 0f77afbd60acab31154c6b82cd486a4dc1e60972 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Wed, 9 Aug 2017 12:44:36 +0200 Subject: [PATCH] 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. --- test/integration/network-integration.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/integration/network-integration.cfg b/test/integration/network-integration.cfg index eb54f6a0a98..82a7ce54207 100644 --- a/test/integration/network-integration.cfg +++ b/test/integration/network-integration.cfg @@ -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