diff --git a/tests/jobs/test_job_decorator.py b/tests/jobs/test_job_decorator.py index 3cce977ec..aa5396789 100644 --- a/tests/jobs/test_job_decorator.py +++ b/tests/jobs/test_job_decorator.py @@ -941,7 +941,7 @@ async def test_group_throttle_rate_limit(coresys: CoreSys, error: JobException | start = utcnow() - with time_machine.travel(start): + with time_machine.travel(start, tick=False): await asyncio.gather( *[test1.execute(), test1.execute(), test2.execute(), test2.execute()] )