Add `expect_timeout: float` param to `_spawn()` so individual tests can tune `pexpect` timeouts instead of relying on the hard-coded 3/10 split. Deats, - default to 4s, bump by +6 on non-linux CI. - use walrus `:=` to capture resolved timeout and assert `spawned.timeout == timeout` for sanity. (this commit msg was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_debugger.py | ||
| test_pause_from_non_trio.py | ||
| test_tooling.py | ||