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
This commit is contained in:
parent
481593d853
commit
8111ef0aa5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user