From f09dfa069835391018494362f11e496d40862d0a Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 23 Jun 2025 13:27:41 -0400 Subject: [PATCH] chore: Bump amqplib integration test timeout --- .../node-integration-tests/suites/tracing/amqplib/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-packages/node-integration-tests/suites/tracing/amqplib/test.ts b/dev-packages/node-integration-tests/suites/tracing/amqplib/test.ts index ad84a74b929a..0be272187f3f 100644 --- a/dev-packages/node-integration-tests/suites/tracing/amqplib/test.ts +++ b/dev-packages/node-integration-tests/suites/tracing/amqplib/test.ts @@ -30,7 +30,7 @@ describe('amqplib auto-instrumentation', () => { }); createEsmAndCjsTests(__dirname, 'scenario.mjs', 'instrument.mjs', (createTestRunner, test) => { - test('should be able to send and receive messages', async () => { + test('should be able to send and receive messages', { timeout: 60_000 }, async () => { await createTestRunner() .withDockerCompose({ workingDirectory: [__dirname],