Browse Source

Updated memory performance test timeout #2

sanex 4 years ago
parent
commit
383bb996e2
1 changed files with 1 additions and 1 deletions
  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 gcDiffThreshold: number = 10;
     const allowedHeapDiffThreshold: number = 80;
     const allowedHeapDiffThreshold: number = 80;
 
 
-    this.timeout(150000);
+    this.timeout(250000);
 
 
     describe('memory: heap usage', () => {
     describe('memory: heap usage', () => {
         it('should keep heap usage without memory leaks', () => {
         it('should keep heap usage without memory leaks', () => {