Increase post-timeout to 1 hour

This used to be 3 hours prior to the change in zuul dropping this down
to 30 mins. It appears that when we cut over to v3, we set it to 40
minutes however we are hitting POST_FAILUREs when log collection fails
due to timeouts. Let's increase this to 1 hour.

Change-Id: I3c5e6e771377f2d03d4964c00e51740e358cf556
This commit is contained in:
Alex Schultz 2018-09-25 13:22:16 -06:00
parent 5bdbc2c960
commit c5e94275ad
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Base abstract job for all TripleO CI zuulv3 jobs
parent: multinode
timeout: 10800
post-timeout: 2400
post-timeout: 3600
vars:
unbound_cache_min_ttl: 900
ara_generate_html: true