Skip to content

Commit ba3f500

Browse files
author
Luca Forstner
committed
Undo node integration test timeout
1 parent caa9fb0 commit ba3f500

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/node-integration-tests/utils

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export class TestEnv {
315315
resolve(reqCount);
316316
});
317317
},
318-
options.timeout || 15_000, // OTEL has a sending interval of 5 seconds. 15 seconds may seem excessive but if CI lags, this has the potential to flake like crazy.
318+
options.timeout || 1000,
319319
);
320320
});
321321
}

0 commit comments

Comments
 (0)