Skip to content

Commit c9c49ad

Browse files
committed
chore: cap timeouts at 10 minutes
1 parent ad219e2 commit c9c49ad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,7 @@ We welcome contributions, including AI-generated pull requests. Every PR must in
123123
- Keep temporary files clean: delete or mark with `deleteOnExit` after use.
124124
- `dist/` is fully regenerated on every build — never edit generated files.
125125
- Use Bun for everything. Do not use npm or npx. Use `bunx` if you need to run a package binary.
126+
127+
## Timeout Policy
128+
129+
- Keep CI, script, and runtime timeouts at 10 minutes or less. Use `timeout-minutes: 10` or lower in GitHub Actions and cap timeout values at `600000` ms, `600` seconds, or `10m` unless explicitly requested.

0 commit comments

Comments
 (0)