[Scenario tests] Try longer SSH timeout for ubuntu image

It looks that many scenario tests are failing because of too long
instance booting time and reached ssh timeout during checking
connectivity.
So longer timeout should solve this problem and tests should
not fail with this reason.

Change-Id: I5d0678ea2383483e6106976c148353ef4352befd
Closes-Bug: #1754327
(cherry picked from commit 0ab03003b9)
This commit is contained in:
Sławek Kapłoński 2018-03-08 14:18:31 +01:00 committed by Slawek Kaplonski
parent f71afa5b38
commit 3bae7d57a8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ DOWNLOAD_DEFAULT_IMAGES=False
IMAGE_URLS="http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img,"
DEFAULT_INSTANCE_TYPE="ds1G"
DEFAULT_INSTANCE_USER="ubuntu"
BUILD_TIMEOUT=392
BUILD_TIMEOUT=784
[[test-config|$TEMPEST_CONFIG]]