We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323cd83 commit f9ae6c7Copy full SHA for f9ae6c7
services/dask-sidecar/tests/unit/test_utils_dask.py
@@ -136,6 +136,7 @@ async def _consumer(event: tuple) -> None:
136
received_messages.append(event)
137
138
async_dask_client.subscribe_topic(TaskProgressEvent.topic_name(), _consumer)
139
+ await asyncio.sleep(0)
140
141
async def _dask_publisher_task(async_dask_client: distributed.Client) -> None:
142
print("--> starting publisher task")
0 commit comments