Flaky tests: plain TimeoutError
during client connection to scheduler
#6757
Labels
flaky test
Intermittent failures on CI.
Manifests as a CancelledError from
Comm.read
:Which eventually comes out as a
TimeoutError
fromasyncio.wait_for
:Then, tearing down the test times out after 10s waiting for all global clients to close:
I would imagine the underlying cause is related to (or even the same as) #6731.
The text was updated successfully, but these errors were encountered: