955c7860be
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`.