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
If you set a timeout for an individual test using t.timeout you get feedback as I'd expect.
Error: Test timeout exceeded
But if you pass the timeout from the CLI it just prints a blank line and exits with code 1. You can reproduce by running npx ava timeout.test.js --timeout 1s on the following.
If you set a timeout for an individual test using
t.timeout
you get feedback as I'd expect.But if you pass the timeout from the CLI it just prints a blank line and exits with code 1. You can reproduce by running
npx ava timeout.test.js --timeout 1s
on the following.The text was updated successfully, but these errors were encountered: