From 073b44b1005e7e93bdef6fa04153498009cc9412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awek=20Kap=C5=82o=C5=84ski?= Date: Thu, 8 Mar 2018 14:18:31 +0100 Subject: [PATCH] [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 0ab03003b9f9c4f0cace538eee84478a099c0c58) --- neutron/tests/contrib/hooks/ubuntu_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/tests/contrib/hooks/ubuntu_image b/neutron/tests/contrib/hooks/ubuntu_image index 0e14303fa59..a2befc1ae5b 100644 --- a/neutron/tests/contrib/hooks/ubuntu_image +++ b/neutron/tests/contrib/hooks/ubuntu_image @@ -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]]