Skip to content

Commit 83fcc0e

Browse files
onewlandclaude
andauthored
ci: bump ddl-changes job timeout to 10 minutes (#7921)
Bump the `timeout-minutes` for the "Post new DDL changes from migrations" job in `.github/workflows/ddl-changes.yml` from 5 to 10. The job has recently been hitting the 5-minute ceiling (e.g. [run 25386264272](https://github.com/getsentry/snuba/actions/runs/25386264272/job/74448122651?pr=7920)) and getting cancelled before it can post the diff. Doubling the budget gives it headroom without making slow runs invisible. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9746d62 commit 83fcc0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ddl-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
post_changes:
1212
name: Post new DDL changes from migrations
1313
runs-on: ubuntu-latest
14-
timeout-minutes: 5
14+
timeout-minutes: 10
1515
steps:
1616
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
name: Checkout master for diffing

0 commit comments

Comments
 (0)