Increase ssh port timeout

It's been reported that we still failing too quickly for some
environments with a mix of vms and physical hardware. Let's increase the
default ssh port timeout to 600 seconds to work around this.

See also: https://bugzilla.redhat.com/show_bug.cgi?id=1805429
Related-Bug: #1805725

Change-Id: I95ddc0b7cb6342c367772b0cf296ee372dbb92dd
This commit is contained in:
Alex Schultz 2020-02-25 14:47:14 -07:00
parent 5416e6bb86
commit 1458e27509
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ FFWD_UPGRADE_PREPARE_SCRIPT = ("#!/bin/bash \n"
ENABLE_SSH_ADMIN_TIMEOUT = 600
ENABLE_SSH_ADMIN_STATUS_INTERVAL = 5
ENABLE_SSH_ADMIN_SSH_PORT_TIMEOUT = 300
ENABLE_SSH_ADMIN_SSH_PORT_TIMEOUT = 600
ADDITIONAL_ARCHITECTURES = ['ppc64le']