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 f1151e5 commit 1436e48Copy full SHA for 1436e48
services/dask-sidecar/tests/unit/test_tasks.py
@@ -713,7 +713,7 @@ async def test_run_computational_sidecar_dask_does_not_lose_messages_with_pubsub
713
task_owner: TaskOwner,
714
):
715
mocked_get_image_labels.assert_not_called()
716
- NUMBER_OF_LOGS = 200
+ NUMBER_OF_LOGS = 20000
717
future = dask_client.submit(
718
run_computational_sidecar,
719
**sidecar_task(
0 commit comments