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
AVA does not show which test timed out, because AVA does not track timeouts per test. What we do is, we reset one global timer every time the test finishes. So what AVA implements is actually a global idle timer. When no new tests have completed during a specified time frame, AVA fails with a timeout message.
Description
When ava fails because of a timeout, there's no way to know which test timed out
Test Source
Error Message & Stack Trace
Config
None
Command-Line Arguments
Environment
OSX 10.11
ava 0.16.0
node v6.2.2
npm 3.10.6
The text was updated successfully, but these errors were encountered: