Is there a timeout (max runtime) for spaces?

Update: Making a simple app.py:

  • Input an image
  • sleep for 70 seconds
  • Output the same image

This results in the same thing (timing out after 60 seconds)
When changing the sleep to 50 seconds, it’s able to return the image.