Skip to content

Commit

Permalink
Updated other tests to use 180m timeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Mar 29, 2024
1 parent ff0d611 commit e30f592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit e30f592

Please sign in to comment.