kmiyashiro / grunt-mocha

[MOVED] Grunt task for running mocha specs in a headless browser (PhantomJS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhantomJS timed out error when using mocha 1.14.0

abiyasa opened this issue · comments

When I use the latest mocha 1.14.0 (released early of Nov), I got:

Warning: PhantomJS timed out, possibly due to a missing Mocha run() call. Use --force to continue.

Aborted due to warnings.

Workaround so far: Use only the earlier versions. I tested using mocha version 1.13.0 and 1.12.1 and everything worked fine!

Hmmm... troubling.

Verified here. Downgrading to Mocha 1.13.0 got rid of the timeout.

I tested and it works now (grunt-mocha@0.4.5 + mocha@1.14.0). Thank you very much!