ci_template: Increase the timeout of gst-builds more

Need to take into account I/O needed to upload artficats
and download docker images.
This commit is contained in:
Jordan Petridis 2019-12-03 00:53:02 +02:00
parent d382cb0b75
commit 626be8a012
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View file

@ -95,7 +95,8 @@ gst indent:
dependencies:
- "manifest"
# Taking into account the slowest shared runner + time needed to upload the binaries to artifacts
timeout: '30min'
# Also need to take into account I/O of pulling docker images and uploading artifacts
timeout: '45min'
variables:
CCACHE_COMPILERCHECK: "content"
CCACHE_COMPRESS: "true"