Skip to content

Commit

Permalink
Merge pull request #148 from mxaddict/ci-build-timeout
Browse files Browse the repository at this point in the history
Updated the timeout value for some builds in CI
  • Loading branch information
aguycalled authored Apr 1, 2024
2 parents bb3d63c + e30f592 commit 1d1f275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ base_template: &BASE_TEMPLATE
# Also, the merge commit is used to lint COMMIT_RANGE="HEAD~..HEAD"

main_template: &MAIN_TEMPLATE
timeout_in: 120m # https://cirrus-ci.org/faq/#instance-timed-out
timeout_in: 180m # https://cirrus-ci.org/faq/#instance-timed-out
ci_script:
- ./ci/test_run_all.sh

Expand Down Expand Up @@ -149,7 +149,7 @@ task:
persistent_worker:
labels:
type: medium
timeout_in: 300m # Use longer timeout for the *rare* case where a full build (llvm + msan + depends + ...) needs to be done.
timeout_in: 500m # Use longer timeout for the *rare* case where a full build (llvm + msan + depends + ...) needs to be done.
env:
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"

Expand Down

0 comments on commit 1d1f275

Please sign in to comment.