hbenl / vscode-mocha-test-adapter

Mocha Test Adapter for the VS Code Test Explorer
MIT License
91 stars 31 forks source link

Timeout is not respected when using parallel mode #222

Open RReverser opened 2 years ago

RReverser commented 2 years ago

mochaExplorer.timeout seems to work file in serial mode, but when I use "mochaExplorer.parallel": true as well, all tests are failing after the default 2000ms.