`TestClock.setTime` Causing Jest Timeout Errors

Is there any reason that TestClock.setTime would cause timeout errors in jest? I'm just calling TestClock.setTime(DateTime.addDuration(now, "1 hour")) and I'm getting timeouts.
Was this page helpful?