فهرست منبع

increase timeout for nyc JS code coverage generator

El RIDO 6 سال پیش
والد
کامیت
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();
         });