Timeout Override
Adjust how long a step is allowed to run before timing out.
Last updated
Adjust how long a step is allowed to run before timing out.
Timeout Override sets how long a Test Step may run before it times out. Use it when one step needs more time than the account default, such as waiting for email, a large upload, or a slow third-party page.
The default timeout lives under Settings → Account → Runner.
Fast
The default timeout from your account settings
Slow
Twice the default timeout
Very Slow
Ten times the default timeout
Keep Fast for ordinary Touch, Set value, and Check steps.
Use Slow or Very Slow on Wait for email, file uploads, and Integration calls that often take longer than the default.
Prefer an element Wait over a long Pause when the UI exposes a state you can watch. See Element states.
Pro tip: Raise timeout on the slow step only. Leaving every step on Very Slow hides real stalls and makes failures harder to read.
Last updated