Decrease the tempest build interval

Decreasing the build interval leads to faster state change detection,
so it will speed up the gating jobs.

It may increase the possibility of a "hidden" issues causes
indeterministic test results.

Change-Id: Ida5e7296e4ea53d761e0efef34376699337d8377
This commit is contained in:
Attila Fazekas 2013-05-09 09:24:49 +02:00
parent 5695a9ecd7
commit bae0233cf9

@ -44,7 +44,7 @@ TEMPEST_CONF=$TEMPEST_CONF_DIR/tempest.conf
NOVA_SOURCE_DIR=$DEST/nova
BUILD_INTERVAL=3
BUILD_INTERVAL=1
BUILD_TIMEOUT=400