Skip to content

Commit 2bf52ff

Browse files
committed
try with a bigger timeout now that we are running all the resource detectors
1 parent eec7ce5 commit 2bf52ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metapackages/auto-instrumentations-node/test/register.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function runWithRegister(path: string): PromiseWithChild<{
3030
['--require', '../build/src/register.js', path],
3131
{
3232
cwd: __dirname,
33-
timeout: 1500,
33+
timeout: 5000,
3434
killSignal: 'SIGKILL', // SIGTERM is not sufficient to terminate some hangs
3535
env: Object.assign({}, process.env, {
3636
OTEL_TRACES_EXPORTER: 'console',

0 commit comments

Comments
 (0)