@loadmill/executer 0.1.137 → 0.1.138

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.
@@ -15,7 +15,7 @@ var VM2VirtualMachine = /** @class */ (function () {
15
15
  enumerable: true,
16
16
  configurable: true,
17
17
  writable: true,
18
- value: Number(process.env.POSTSCRIPT_TIMEOUT_MS) || 1000
18
+ value: Number(process.env.POSTSCRIPT_TIMEOUT_MS) || 2000
19
19
  });
20
20
  Object.defineProperty(this, "deepFreeze", {
21
21
  enumerable: true,
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@loadmill/executer",
3
- "version": "0.1.137",
3
+ "version": "0.1.138",
4
4
  "description": "Loadmill executer library",
5
5
  "scripts": {
6
6
  "ts-watch": "rimraf dist && tsc -w -p tsconfig.json",
7
7
  "build": "rimraf dist && tsc -p tsconfig.json",
8
8
  "check-types": "tsc -p tsconfig.json --noEmit",
9
9
  "prepack": "yarn build",
10
- "unit-test": "mocha --timeout 10000 --require ts-node/register/transpile-only --ui tdd \"test/*.ts\""
10
+ "unit-test": "mocha --require ts-node/register/transpile-only --ui tdd \"test/*.ts\""
11
11
  },
12
12
  "engines": {
13
13
  "node": ">=12.0.0"
@@ -16,8 +16,8 @@
16
16
  "dependencies": {
17
17
  "@grpc/grpc-js": "^1.9.8",
18
18
  "@grpc/proto-loader": "^0.7.10",
19
- "@loadmill/core": "0.3.136",
20
- "@loadmill/universal": "0.3.131",
19
+ "@loadmill/core": "0.3.137",
20
+ "@loadmill/universal": "0.3.132",
21
21
  "@types/estree": "^0.0.50",
22
22
  "acorn": "^8.4.1",
23
23
  "agentkeepalive": "^4.1.3",