소스 검색

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();
         });