Skip to content

Commit 1436e48

Browse files
committed
cleanup
1 parent f1151e5 commit 1436e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/dask-sidecar/tests/unit/test_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ async def test_run_computational_sidecar_dask_does_not_lose_messages_with_pubsub
713713
task_owner: TaskOwner,
714714
):
715715
mocked_get_image_labels.assert_not_called()
716-
NUMBER_OF_LOGS = 200
716+
NUMBER_OF_LOGS = 20000
717717
future = dask_client.submit(
718718
run_computational_sidecar,
719719
**sidecar_task(

0 commit comments

Comments
 (0)