# Limits

Maestro Cloud applies a **soft limit of 15 minutes** per test execution.

{% hint style="warning" %}
After 15 minutes of execution, your test may be stopped at any time.
{% endhint %}

Ensure your Flows are optimized for speed and efficiency to stay within this limit. For longer test suites, consider breaking them into smaller, parallelizable Flows.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.maestro.dev/maestro-cloud/limits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
