Browse code

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

Attila Fazekas authored on 2013/05/09 16:24:49
Showing 1 changed files
... ...
@@ -44,7 +44,7 @@ TEMPEST_CONF=$TEMPEST_CONF_DIR/tempest.conf
44 44
 
45 45
 NOVA_SOURCE_DIR=$DEST/nova
46 46
 
47
-BUILD_INTERVAL=3
47
+BUILD_INTERVAL=1
48 48
 BUILD_TIMEOUT=400
49 49
 
50 50