zinserjan/mocha-webpack

--timeout 0 is not working as expected

cdagli opened this issue · 1 comments

Hello,

It is expected that --timeout 0 should configure the Mocha with "no-timeouts" option. But it is exiting immediately after the test starts instead of waiting infinitely.

I'm also seeing a set timeout is NOT working as well, e.g. -t 10000 doesn't work as expected. @cdagli did you figure this one out?