isolated-vm
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "isolated-vm", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Access to multiple isolates", | ||
@@ -5,0 +5,0 @@ "main": "isolated-vm.js", |
@@ -61,3 +61,3 @@ 'use strict'; | ||
})); | ||
isolate.compileScriptSync('slowPromise.applySyncPromise(undefined, [])').run(context, { timeout: 5 }).catch(() => 0); | ||
isolate.compileScriptSync('slowPromise.applySyncPromise(undefined, [])').run(context, { timeout: 1 }).catch(() => 0); | ||
@@ -68,2 +68,2 @@ // Test dead promise (This causes a memory leak! Don't do this!) | ||
})); | ||
isolate.compileScriptSync('deadPromise.applySyncPromise(undefined, [])').run(context, { timeout: 5 }).catch(() => 0); | ||
isolate.compileScriptSync('deadPromise.applySyncPromise(undefined, [])').run(context, { timeout: 1 }).catch(() => 0); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
330692