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