gitlab-ci: increase timeout for build:merge_request
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.