New GitHub issue #110662 from vstinner:<br>

<hr>

<pre>
When the test failed in 2013, 10 years ago, the fix was to increase the timeout from 200 ms to 1 sec: issue #63798.

Windows (x64):

```
0:14:39 load avg: 13.67 [336/469/1] test.test_multiprocessing_spawn.test_manager failed (1 failure) (2 min 26 sec) -- running (1): test.test_multiprocessing_spawn.test_processes (2 min 36 sec)
(...)
FAIL: test_async_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async_timeout)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\cpython\cpython\Lib\test\_test_multiprocessing.py", line 2579, in test_async_timeout
    self.assertRaises(multiprocessing.TimeoutError, get, timeout=TIMEOUT2)
AssertionError: TimeoutError not raised by <test._test_multiprocessing.TimingWrapper object at 0x000001BA18F3CA60>
```
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/110662">View on GitHub</a>
<p>Labels: </p>
<p>Assignee: </p>