You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't recall why, in #5060, I felt the need to replace
< @pytest.mark.asyncio
> @gen_test(timeout=60)
with an explicit timeout, but I guess that I observed it hang and I thought it would take longer than 30s. It doesn't - it's supposed to take 3~3.5s every time.
The text was updated successfully, but these errors were encountered:
This test hang twice, both times on Windows, over a 120 runs stress test:
https://github.com/crusaderky/distributed/runs/5308271287?check_suite_focus=true
There's nothing interesting in the stderr and sadly since it's not a
@gen_cluster
test there is no dump.I can't recall why, in #5060, I felt the need to replace
with an explicit timeout, but I guess that I observed it hang and I thought it would take longer than 30s. It doesn't - it's supposed to take 3~3.5s every time.
The text was updated successfully, but these errors were encountered: