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 59c33ae commit 7618c5eCopy full SHA for 7618c5e
packages/celery-library/tests/unit/test_async_jobs.py
@@ -301,8 +301,6 @@ async def test_async_jobs_cancel(
301
payload=60 * 10, # test hangs if not cancelled properly
302
)
303
304
- await asyncio.sleep(3.0) # wait a bit before cancelling
305
-
306
await async_jobs.cancel(
307
async_jobs_rabbitmq_rpc_client,
308
rpc_namespace=ASYNC_JOBS_RPC_NAMESPACE,
0 commit comments