From cb79d9c80d0fc48ea746964074b58bcd0806e281 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 27 Aug 2020 13:16:47 -0400 Subject: [PATCH] Update network integration auth timeout (#71057) (#71239) * Update network integration auth timeout * added changelog Co-authored-by: Ganesh Nalawade --- changelogs/fragments/71239-update-auth-timeout.yml | 2 ++ test/integration/network-integration.cfg | 1 + 2 files changed, 3 insertions(+) create mode 100644 changelogs/fragments/71239-update-auth-timeout.yml diff --git a/changelogs/fragments/71239-update-auth-timeout.yml b/changelogs/fragments/71239-update-auth-timeout.yml new file mode 100644 index 00000000000..96da5e56c3b --- /dev/null +++ b/changelogs/fragments/71239-update-auth-timeout.yml @@ -0,0 +1,2 @@ +minor_changes: +- Updated network integration auth timeout to 90 secs. diff --git a/test/integration/network-integration.cfg b/test/integration/network-integration.cfg index 66357f5c327..8260b6fd04a 100644 --- a/test/integration/network-integration.cfg +++ b/test/integration/network-integration.cfg @@ -5,6 +5,7 @@ host_key_checking = False log_path = /tmp/ansible-test.out stdout_callback = yaml +timeout = 90 [ssh_connection] ssh_args = '-o UserKnownHostsFile=/dev/null'