isolated-vm
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "isolated-vm", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Access to multiple isolates", | ||
@@ -5,0 +5,0 @@ "main": "isolated-vm.js", |
@@ -31,6 +31,6 @@ 'use strict'; | ||
if (Math.abs(hrToFloat(isolate.cpuTime)) - 200 > 8) { | ||
if (Math.abs(hrToFloat(isolate.cpuTime)) - 200 > 20) { | ||
console.log('cpu time wrong'); | ||
} | ||
if (Math.abs(hrToFloat(isolate.wallTime)) - 300 > 8) { | ||
if (Math.abs(hrToFloat(isolate.wallTime)) - 300 > 20) { | ||
console.log('wall time wrong'); | ||
@@ -37,0 +37,0 @@ } |
Sorry, the diff of this file is not supported yet
335725