[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 8dc15cc053
commit 073b44b100
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/releases/16.04/release-20170113/ubuntu-16.04-server-cloudimg-amd64-disk1.img,"
DEFAULT_INSTANCE_TYPE=ds512M
DEFAULT_INSTANCE_USER=ubuntu
BUILD_TIMEOUT=392
BUILD_TIMEOUT=784
[[test-config|$TEMPEST_CONFIG]]