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 follow https://youtrack.jetbrains.com/issue/WEB-32987 for updates