ci: set cerbero trigger job timeout to 4h

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1716>
This commit is contained in:
Tim-Philipp Müller 2024-08-13 20:34:17 +01:00
parent 72e53b9f16
commit e21f341a03

View file

@ -395,6 +395,7 @@ coverage:
cerbero trigger:
image: $CERBERO_TRIGGER_IMAGE
needs: [ "trigger" ]
timeout: '4h'
variables:
# We will build this cerbero branch in the cerbero trigger CI
CERBERO_UPSTREAM_BRANCH: 'main'