From 2d9456332108c38ddb43656c9c12b14b04ba3a42 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Sat, 14 Jan 2017 19:38:03 +0300 Subject: [PATCH] increase timeouts --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index e7173fa8..8c63b5ea 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,7 +3,7 @@ inventory = inventory pipelining = True retry_files_enabled = False host_key_checking = False -timeout = 30 +timeout = 60 [paramiko_connection] record_host_keys = False