Skip to content

Commit 6fc4d60

Browse files
committed
@pcrespov review
1 parent 73a5d34 commit 6fc4d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/04/notifications/test_notifications__db_comp_tasks_listening_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ async def _update_first_jupyter_task_output(
324324
)
325325

326326
@delayed_start(timedelta(seconds=2))
327-
async def _change_outputs_sequentially(sleep: float = 0.1) -> None:
327+
async def _change_outputs_sequentially(sleep: float) -> None:
328328
"""
329329
Sequentially updates the outputs of the second JupyterLab task to trigger the dynamic service RPC.
330330
"""

0 commit comments

Comments
 (0)