Commit 83787714 authored by Rémy Coutable's avatar Rémy Coutable

Set a 4 hours timeout for the `package-and-qa` job

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent e718970d
......@@ -59,6 +59,10 @@ package-and-qa:
extends:
- .package-and-qa-base
- .qa:rules:package-and-qa
# This job often times out, so temporarily use private runners and a long timeout: https://gitlab.com/gitlab-org/gitlab/-/issues/238563
tags:
- prm
timeout: 4h
needs:
- job: build-qa-image
artifacts: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment