Decrease fuctional test timeout

Due to the change https://review.opendev.org/#/c/693309/
the functional test takes around 20 minutes-ish so that
we can decrease the timeout as 30 minutes.

Change-Id: Ic82decc34e5fa5a4049a08b95a8e8f606d9cd973
This commit is contained in:
Kota Tsuyuzaki 2019-11-08 13:04:40 +09:00
parent 9696fe43a2
commit 839d1750a7
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
pre-run: playbooks/storlets-functional/pre.yaml
run: playbooks/storlets-functional/run.yaml
post-run: playbooks/storlets-functional/post.yaml
timeout: 3600
timeout: 1800
- job:
name: storlets-functional-py3
@ -32,4 +32,4 @@
pre-run: playbooks/storlets-functional/pre-py3.yaml
run: playbooks/storlets-functional/run-py3.yaml
post-run: playbooks/storlets-functional/post-py3.yaml
timeout: 3600
timeout: 1800