This method overrides django.utils.autoreload.BaseReloader.tick.
the method takes care of pausing or otherwise waiting for a period of time. This split between run_loop() and tick() is to improve the testability of the reloader implementations by decoupling the work they do from the loop.
This method overrides django.utils.autoreload.BaseReloader.check_availability.