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:
parent
5416e6bb86
commit
1458e27509
@ -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']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user