We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe26b8 commit 93bb789Copy full SHA for 93bb789
packages/node/test/manual/release-health/runner.js
@@ -15,7 +15,7 @@ for (const dir of scenariosDirs) {
15
16
const processes = scenarios.map(([filename, filepath]) => {
17
return new Promise(resolve => {
18
- const scenarioProcess = spawn('node', [filepath]);
+ const scenarioProcess = spawn('node', [filepath], { timeout: 10000 });
19
const output = [];
20
const errors = [];
21
0 commit comments