increase timeout for nyc JS code coverage generator

pull/593/head
El RIDO 2020-03-22 06:56:18 +01:00
parent 9914c37683
commit c63dc3df7b
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ describe('Helper', function () {
});
describe('urls2links', function () {
this.timeout(30000);
before(function () {
cleanup = jsdom();
});