浏览代码

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', () => {