Can't run individual tests when timeout is specified
The green play button disappears from beside the test when I specify a timeout using the `.timeout` method.
I'm using mocha.
Exampe:
it('does something', () => {
doThing();
}).timeout(10000);
Please sign in to leave a comment.
Please follow https://youtrack.jetbrains.com/issue/WEB-32987 for updates