increase timeout for nyc JS code coverage generator
This commit is contained in:
parent
9914c37683
commit
c63dc3df7b
|
@ -73,6 +73,7 @@ describe('Helper', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('urls2links', function () {
|
describe('urls2links', function () {
|
||||||
|
this.timeout(30000);
|
||||||
before(function () {
|
before(function () {
|
||||||
cleanup = jsdom();
|
cleanup = jsdom();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue