Skip to content

Commit c672b5d

Browse files
authored
fix(ci): use large timeout for codecov CI job (#6406)
1 parent 90579f9 commit c672b5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
name: Coverage
4545
if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]'
4646
runs-on: ubuntu-24.04-arm
47-
timeout-minutes: 45
47+
timeout-minutes: 60
4848
steps:
49+
- run: lscpu
4950
- name: Configure SCCache variables
5051
run: |
5152
# External PRs do not have access to 'vars' or 'secrets'.

0 commit comments

Comments
 (0)