diff --git a/js/test/Helper.js b/js/test/Helper.js index b8f6aa21..f58d73ab 100644 --- a/js/test/Helper.js +++ b/js/test/Helper.js @@ -73,6 +73,7 @@ describe('Helper', function () { }); describe('urls2links', function () { + this.timeout(30000); before(function () { cleanup = jsdom(); });