Sfoglia il codice sorgente

increase timeout for nyc JS code coverage generator

El RIDO 6 anni fa
parent
commit
c63dc3df7b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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();
         });