Merge "CI: increase both limits to 3h" into stable/stein

This commit is contained in:
Zuul 2019-10-17 08:56:38 +00:00 committed by Gerrit Code Review
commit 3806c8f373
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@
- job:
name: kolla-base
parent: base
timeout: 10200
post-timeout: 7200
timeout: 10800
post-timeout: 10800
pre-run: tests/playbooks/pre.yml
run: tests/playbooks/run.yml
post-run: tests/playbooks/post.yml