diff options
| author | L. E. Segovia <amy@centricular.com> | 2026-07-08 12:20:44 -0300 |
|---|---|---|
| committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer.org> | 2026-07-10 10:56:10 +0000 |
| commit | 29b0da0fcd6ffe8f3fd288df89e60a9475a5c33a (patch) | |
| tree | 643479aaef69294632e2fc7232bc2e62c942bcff | |
| parent | 332a7ceb748a92e0c694d89aaa39835422d8b3d3 (diff) | |
ci: bump Windows jobs timeout to 1h45m
The MSVC job takes around 1h35m, so let's add some breathing room across
the board.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/2282>
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbeea044..cbedf11b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -877,6 +877,8 @@ build cerbero xcframework: .cerbero windows native: image: $WINDOWS_IMAGE needs: [ "manual trigger" ] + # Because MSVC takes ~1h35m without caching + timeout: '1 hour 45 minutes' tags: - 'docker' - 'windows' |
