Skip to content

Commit a18b547

Browse files
authored
Merge b92e438 into 708afd0
2 parents 708afd0 + b92e438 commit a18b547

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/unit-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
runs-on: windows-latest
6565
env:
6666
NPM_CONFIG_UNSAFE_PERM: true
67+
NODE_OPTIONS: --max-old-space-size=8192
6768
steps:
6869
- name: Checkout
6970
uses: actions/checkout@v3

experimental/packages/opentelemetry-instrumentation-http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prepublishOnly": "npm run compile",
1010
"compile": "tsc --build",
1111
"clean": "tsc --build --clean",
12-
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
12+
"test": "cross-env NODE_OPTIONS='--max-old-space-size=8192' nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
1313
"tdd": "npm run test -- --watch-extensions ts --watch",
1414
"lint": "eslint . --ext .ts",
1515
"lint:fix": "eslint . --ext .ts --fix",

0 commit comments

Comments
 (0)