From 8111ef0aa55d2bec3ca958940171a5c9992eaee9 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Fri, 18 Oct 2013 16:21:26 +0200 Subject: [PATCH] Decrease tempest BUILD_TIMEOUT The BUILD_TIMEOUT is the generally used timeout option in tempest. Almost never expected to any operation takes more than 60 sec, the 400 sec is too match for timeout. Changing the BUILD_TIMEOUT to 196 sec, it is still expected to be safe. It can make faster the failing test jobs. Change-Id: I7e7c767400ca448cb86d27b60a1229a2afa69726 --- lib/tempest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempest b/lib/tempest index 9f41608187..e8edeb37ca 100644 --- a/lib/tempest +++ b/lib/tempest @@ -48,7 +48,7 @@ TEMPEST_STATE_PATH=${TEMPEST_STATE_PATH:=$DATA_DIR/tempest} NOVA_SOURCE_DIR=$DEST/nova BUILD_INTERVAL=1 -BUILD_TIMEOUT=400 +BUILD_TIMEOUT=196 BOTO_MATERIALS_PATH="$FILES/images/s3-materials/cirros-0.3.1"