Ver Fonte

increase timeout for nyc JS code coverage generator

El RIDO há 6 anos atrás
pai
commit
c63dc3df7b
1 ficheiros alterados com 1 adições e 0 exclusões
  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();
         });