@loadmill/executer 0.1.189 → 0.1.190

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,7 @@ var VM2VirtualMachine = /** @class */ (function () {
16
16
  enumerable: true,
17
17
  configurable: true,
18
18
  writable: true,
19
- value: Number(process.env.POSTSCRIPT_TIMEOUT_MS) || 2000
19
+ value: Number(process.env.POSTSCRIPT_TIMEOUT_MS) || 5000
20
20
  });
21
21
  Object.defineProperty(this, "deepFreeze", {
22
22
  enumerable: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadmill/executer",
3
- "version": "0.1.189",
3
+ "version": "0.1.190",
4
4
  "description": "Loadmill executer library",
5
5
  "main": "dist/",
6
6
  "scripts": {
@@ -20,8 +20,8 @@
20
20
  "@aws-sdk/client-firehose": "~3.58.0",
21
21
  "@grpc/grpc-js": "^1.9.8",
22
22
  "@grpc/proto-loader": "^0.7.10",
23
- "@loadmill/core": "0.3.188",
24
- "@loadmill/universal": "0.3.183",
23
+ "@loadmill/core": "0.3.189",
24
+ "@loadmill/universal": "0.3.184",
25
25
  "@playwright/test": "1.50.0",
26
26
  "@types/estree": "^0.0.50",
27
27
  "acorn": "^8.4.1",