Increase integration job timeout to 2 hours

Up the timeout for integration jobs from 1.5
hours to 2 hours to see if we are actually
stuck on Tempest or just doesn't have enough
time to run all testing.

Change-Id: I19b8993b45fcfbe65c275f4b22c702db9341d281
This commit is contained in:
Tobias Urdin 2018-11-24 12:09:45 +01:00
parent 30edaceed7
commit 0fcb4ce9aa

View File

@ -62,7 +62,7 @@
pre-run: playbooks/prepare-node-integration.yaml
run: playbooks/run-integration-tests.yaml
post-run: playbooks/upload-logs.yaml
timeout: 5400
timeout: 7200
irrelevant-files:
- ^.*\.md$
- ^doc/.*$