Skip to content

Commit f4fd2e0

Browse files
Increase the Gitlab Build timeout (#7604)
## Summary of changes We are getting recently many errors from the Gitlab build job due to timeouts. The job just does not finish it's task on time. While we investigate ways to speed this process up, we should protect our CI by increasing the timeout. ## Reason for change ## Implementation details ## Test coverage ## Other details <!-- Fixes #{issue} --> <!-- ⚠️ Note: Where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. MergeQueue is NOT enabled in this repository. If you have write access to the repo, the PR has 1-2 approvals (see above), and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #apm-dotnet channel in Slack. -->
1 parent 7c311a4 commit f4fd2e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ build:
2020
- $DEPLOY_TO_REL_ENV == "true"
2121
- $CI_COMMIT_TAG # We don't need to build/publish when building a release tag
2222
stage: build
23+
timeout: 2h
2324
tags: ["windows-v2:2019"]
2425
hooks:
2526
pre_get_sources_script:

0 commit comments

Comments
 (0)