This monkeypatches the internal sleep function used to not wait. This kept the
previous behavior. It changes changing the implementation to monkeypatch
though. This also centralizes within a fixture.
This, so as to avoid repeating setup. The previous implementation cluttered the
tests body instruction with internal implementation details.