Merge "Increase ssh port timeout"

This commit is contained in:
Zuul 2020-02-26 22:30:06 +00:00 committed by Gerrit Code Review
commit 04f6da1400
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,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']