Files
Shushi Hong 955c7860be [Tests] Fix flaky popen pool executor test (#19746)
This pr increases the timeout in `test_popen_pool_executor` from 10ms to
15ms.

The original 10ms timeout could race with the `terminate_self()` case
under local/full-suite load, causing the worker-exit path to be reported
as `TimeoutError` instead of `ChildProcessError`.
2026-06-12 08:30:14 -04:00
..