Skip to content

Commit f8bf5e5

Browse files
baogorekclaude
andcommitted
Bump pipeline workflow timeout from 10m to 6h
modal run --detach keeps the CLI connected and streaming logs; it only detaches the *app* if the CLI dies. GitHub Actions cancels the Modal app when the runner timeout fires, killing the pipeline mid-run. 360 minutes (GitHub max) gives the full pipeline room to complete. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4991b1e commit f8bf5e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
jobs:
3030
pipeline:
3131
runs-on: ubuntu-latest
32-
timeout-minutes: 10
32+
timeout-minutes: 360
3333
steps:
3434
- uses: actions/checkout@v4
3535

0 commit comments

Comments
 (0)