diff options
author | Tobias Henkel <tobias.henkel@bmw.de> | 2020-02-04 15:16:47 +0100 |
---|---|---|
committer | Tobias Henkel <tobias.henkel@bmw.de> | 2020-02-04 15:16:47 +0100 |
commit | a3d05525a09da1f7bb7f6074fa412720e4e0d2c5 (patch) | |
tree | d620dc5d75ee1693405980722efde7ce4bf68672 /.zuul.yaml | |
parent | 031ec93740ec3b69985e4c349001494c111d983a (diff) | |
download | zuul-a3d05525a09da1f7bb7f6074fa412720e4e0d2c5.tar.gz |
Increase timeout of zuul-build-image
This job resulted in timeout quite often lately so give it a bit more
time.
Change-Id: Ifd1835795ae574199a7ff8be0281d7d2a960dcad
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index c331f95b8..3bd0e0c6b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -128,6 +128,7 @@ parent: opendev-build-docker-image description: Build Docker images. allowed-projects: zuul/zuul + timeout: 2700 # 45 minutes vars: &zuul_image_vars docker_images: - context: . |