Max_time parameter

In the generation function for text generation models there is a parameter max_time. It makes sure the generation doesn’t last longer than x seconds. It also says that it finishes current pass and then stops. But what are the referenced passes? Does the prompt go multiple times through the model?