You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timeouts in AVA behave differently than in other test frameworks. AVA resets a timer after each test, forcing tests to quit if no new test results were received within the specified timeout. This can be used to handle stalled tests.
6
6
7
-
You can configure timeouts using the `--timeout`[command line option](./05-command-line.md), or in the [configuration](./06-configuration.md).
7
+
*There is no default timeout.*
8
8
9
-
You can set timeouts in a human-readable way:
9
+
You can configure timeouts using the `--timeout`[command line option](./05-command-line.md), or in the [configuration](./06-configuration.md). They can be set in a human-readable way:
0 commit comments