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 2df7bb1 commit 71d6d8fCopy full SHA for 71d6d8f
tests/test_sentinel_job.py
@@ -22,7 +22,7 @@ async def inc():
22
23
job = CronJob(inc, EveryPeriod("1s"), job_type="thread")
24
await engine.submit_async(job)
25
- await asyncio.sleep(5)
+ await asyncio.sleep(6)
26
await job.cancel()
27
assert a == 5
28
0 commit comments