Increase integration test timeout

We're timing out installing some packages and it seems we're right up
against the timeout based on logs. Increase the timeout by 50% to give
us a better chance of running these jobs successfully.

Change-Id: I33ce50f57af2a1d366148e24b49cae5eda2d3dfb
This commit is contained in:
Clark Boylan 2020-08-17 08:29:10 -07:00
parent 5edde7db82
commit 3bfff26f6c
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ export PBRVERSION
export PROJECTS
export REPODIR
export WHEELHOUSE
export OS_TEST_TIMEOUT=600
export OS_TEST_TIMEOUT=900
cd $REPODIR/pbr
mkvenv .venv
source .venv/bin/activate