Bump CI post-run timeout to 2 hours

We are seeing a number of POST_FAILURES in the periodic publishing jobs,
with jobs timing out pushing images to Docker hub. Try bumping the
post timeout to 2 hours.

Change-Id: I69b5610b712560e2d617933e639e77041953e21c
This commit is contained in:
Mark Goddard 2019-01-11 14:29:23 +00:00
parent a48b016347
commit 5f0b33f52e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
name: kolla-base
parent: base
timeout: 10200
post-timeout: 4800
post-timeout: 7200
pre-run: tests/playbooks/pre.yml
run: tests/playbooks/run.yml
post-run: tests/playbooks/post.yml