From 34e4071ecac54e0c2c36c2592cbbadf869cd6c07 Mon Sep 17 00:00:00 2001 From: Trishna Guha Date: Thu, 7 Jun 2018 12:46:51 +0530 Subject: [PATCH] increase timeout for connection reset by peer issue with httpapi (#41224) Signed-off-by: Trishna Guha --- test/integration/network-integration.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/network-integration.cfg b/test/integration/network-integration.cfg index 531353b4697..ca29c1839ff 100644 --- a/test/integration/network-integration.cfg +++ b/test/integration/network-integration.cfg @@ -9,6 +9,6 @@ log_path = /tmp/ansible-test.out ssh_args = '-o UserKnownHostsFile=/dev/null' [persistent_connection] -command_timeout = 60 -connect_timeout = 60 -connect_retry_timeout = 60 +command_timeout = 100 +connect_timeout = 100 +connect_retry_timeout = 100