tractor/ai
Gud Boi ea67f1b67b Bump trio depth=3 cancel timeout 6→12s
trio 0.29 → 0.33 lock bump (c7741bba) slowed the
depth=3 cancel-cascade in `test_nested_multierrors`
from <6s to ~7-8s; the 6s deadline was firing and its
`Cancelled(source='deadline')` (trio 0.33's new
cancel-reason metadata) collapsed a BEG branch,
breaking the `RemoteActorError` assertion downstream.

- Split the `('trio', _)` case-match into per-depth
  arms: `('trio', 1)` keeps 6s (still finishes in
  ~3s); `('trio', 3)` → 12s.
- Updated inline NOTE explains the version pivot +
  links the tracking issue
  `ai/conc-anal/trio_033_cancel_cascade_slowdown_depth3_issue.md`.
- Existing MTF/`subint_forkserver` budgets unchanged.

(this commit msg was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code
2026-06-02 00:47:45 -04:00
..
conc-anal Bump trio depth=3 cancel timeout 6→12s 2026-06-02 00:47:45 -04:00
prompt-io Add `supervise_run_process` to `trionics._subproc` 2026-06-01 19:29:46 -04:00
tooling-todos Add `logspec` leaf-mod Route B follow-up doc 2026-05-29 19:25:08 -04:00