remove bad timeout

This commit is contained in:
Joao Moreno 2018-03-09 11:03:59 +01:00
parent 1490d82947
commit 5b412b2616

View file

@ -252,8 +252,6 @@ function runTests(opts) {
mocha.reporter(IPCReporter);
}
mocha.timeout(5000);
const runner = mocha.run(() => {
createCoverageReport(opts).then(() => {
ipcRenderer.send('all done');