Skip to content

Commit cc2bffd

Browse files
authored
test: Bump amqplib integration test timeout (#16699)
resolves #16697
1 parent 8d17ffc commit cc2bffd

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/node-integration-tests/suites/tracing/amqplib

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/suites/tracing/amqplib/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('amqplib auto-instrumentation', () => {
3030
});
3131

3232
createEsmAndCjsTests(__dirname, 'scenario.mjs', 'instrument.mjs', (createTestRunner, test) => {
33-
test('should be able to send and receive messages', async () => {
33+
test('should be able to send and receive messages', { timeout: 60_000 }, async () => {
3434
await createTestRunner()
3535
.withDockerCompose({
3636
workingDirectory: [__dirname],

0 commit comments

Comments
 (0)