mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
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:
parent
d382cb0b75
commit
626be8a012
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ gst indent:
|
||||||
dependencies:
|
dependencies:
|
||||||
- "manifest"
|
- "manifest"
|
||||||
# Taking into account the slowest shared runner + time needed to upload the binaries to artifacts
|
# 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:
|
variables:
|
||||||
CCACHE_COMPILERCHECK: "content"
|
CCACHE_COMPILERCHECK: "content"
|
||||||
CCACHE_COMPRESS: "true"
|
CCACHE_COMPRESS: "true"
|
||||||
|
|
Loading…
Reference in a new issue