소스 검색

Updated memory performance test timeout #2

sanex 4 년 전
부모
커밋
383bb996e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/performance-tests/JavaScriptObfuscatorMemory.spec.ts

+ 1 - 1
test/performance-tests/JavaScriptObfuscatorMemory.spec.ts

@@ -13,7 +13,7 @@ describe('JavaScriptObfuscator memory', function () {
     const gcDiffThreshold: number = 10;
     const allowedHeapDiffThreshold: number = 80;
 
-    this.timeout(150000);
+    this.timeout(250000);
 
     describe('memory: heap usage', () => {
         it('should keep heap usage without memory leaks', () => {