Просмотр исходного кода

increase timeout for nyc JS code coverage generator

El RIDO 6 лет назад
Родитель
Сommit
c63dc3df7b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      js/test/Helper.js

+ 1 - 0
js/test/Helper.js

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