Skip to content

Noissue - Fix test runner timeout to allow manual testing

Justin Wernick requested to merge min-timeout-issue into master

This is a small issue that I ran into. Our setMinTimeout function we use to increase tests timeouts in mocha isn't aware that an existing value of 0 means the timeout is disabled. This can be annoying if you're disabling the timeout for debugging through a test.

Merge request reports