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
A timed out test means that the tests can't proceed (REPL likely hung).
However, we still want to get a test summary for that case. When
a timeout happens, instead of throw an exception and immediately
existing, the test file continues to be read but no more tests are
executed (similar to if a regular test failure happens without
--continue-on-fail).
0 commit comments