Skip to content

gitlab-ci: increase timeout for build:merge_request

Tobias Kahlki requested to merge increase-build-merge-request-timeout into dunfell

When deploying changes from the gitlab-ci repository to the manifest, a merge request on the manifest is created and immediately merged. This leads to the merge request pipeline not being finished yet when the build:merge_request job (which mirrors the MR pipeline's result) starts, which results in a timeout. We increase it, so that it does not hit in this case.

Merge request reports

Loading