Increase codecov timeout to 75 mins (#6207)
This commit is contained in:
parent
74bd5a44a4
commit
1fe7507c0f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -143,7 +143,7 @@ jobs:
|
|||
asan_options: detect_leaks=0,allocator_may_return_null=1
|
||||
run_tests: true
|
||||
enabled: ${{ needs.changes.outputs.edited == 'true' }}
|
||||
timeout: 115
|
||||
timeout: 120
|
||||
allow_failure: false
|
||||
- name: linux-gcc-tests-codecov
|
||||
os: ubuntu-24.04
|
||||
|
|
@ -153,7 +153,7 @@ jobs:
|
|||
meson_options: -Dbuildtype=debug -Db_coverage=true -Dchecks_level=3 --werror
|
||||
coverage: true
|
||||
enabled: ${{ needs.changes.outputs.edited == 'true' }}
|
||||
timeout: 60
|
||||
timeout: 75
|
||||
allow_failure: false
|
||||
- name: capstone-sys
|
||||
os: ubuntu-24.04
|
||||
|
|
|
|||
Loading…
Reference in a new issue