A sleep that advances this clock and completes immediately — lets budget tests exercise real timing math with no wall-clock wait.
sleep
Future<void> sleep(Duration duration) async => advance(duration);