summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2020-08-17 08:29:10 -0700
committerClark Boylan <clark.boylan@gmail.com>2020-08-17 08:29:10 -0700
commit3bfff26f6c35fd6cccb9200fd09e32ade4ddc907 (patch)
tree560ae4f440e28cefee4c3e7320afeeaf0e8d3e2c
parent5edde7db8235010e3eec552f62c8ec4f282185e0 (diff)
downloadpbr-3bfff26f6c35fd6cccb9200fd09e32ade4ddc907.tar.gz
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
-rw-r--r--tools/integration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/integration.sh b/tools/integration.sh
index e001e32..566fc50 100644
--- a/tools/integration.sh
+++ b/tools/integration.sh
@@ -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