Skip to content

Commit f2a956e

Browse files
authored
[ty] Increase timeout for ecosystem report to 40 min (#23336)
## Summary Due to the new flakiness runs, the job now times out with the previous limit: https://github.com/astral-sh/ruff/actions/runs/22059891348/job/63737184385 ## Test Plan Run on this branch: https://github.com/astral-sh/ruff/actions/runs/22060979308
1 parent 5068d06 commit f2a956e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ty-ecosystem-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ty-ecosystem-report:
2424
name: Create ecosystem report
2525
runs-on: ${{ github.repository == 'astral-sh/ruff' && 'depot-ubuntu-22.04-32' || 'ubuntu-latest' }}
26-
timeout-minutes: 20
26+
timeout-minutes: 40
2727
steps:
2828
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
with:

0 commit comments

Comments
 (0)