tape-testing / tape

tap-producing test harness for node and browsers
MIT License
5.77k stars 307 forks source link

Include name of test in log when test times out #524

Closed ryanhamley closed 4 years ago

ryanhamley commented 4 years ago

It can be difficult to tell which test has timed out by looking at the logs since the log is hardcoded as test timed out after.... This PR includes the test name in the log to make it more explicit what timed out.

Raynos commented 4 years ago

This looks great, thanks!