Browse code

Merge "Enable custom BUILD_TIMEOUT"

Jenkins authored on 2014/08/12 15:43:14
Showing 1 changed files
... ...
@@ -52,7 +52,11 @@ TEMPEST_STATE_PATH=${TEMPEST_STATE_PATH:=$DATA_DIR/tempest}
52 52
 NOVA_SOURCE_DIR=$DEST/nova
53 53
 
54 54
 BUILD_INTERVAL=1
55
-BUILD_TIMEOUT=196
55
+
56
+# This is the timeout that tempest will wait for a VM to change state,
57
+# spawn, delete, etc.
58
+# The default is set to 196 seconds.
59
+BUILD_TIMEOUT=${BUILD_TIMEOUT:-196}
56 60
 
57 61
 
58 62
 BOTO_MATERIALS_PATH="$FILES/images/s3-materials/cirros-${CIRROS_VERSION}"