Skip to content

Commit dafd510

Browse files
authored
ref(test): Increase amqplib integration test timeout (getsentry#13850)
1 parent a6348cc commit dafd510

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import type { TransactionEvent } from '@sentry/types';
22
import { cleanupChildProcesses, createRunner } from '../../../utils/runner';
33

4-
jest.setTimeout(30_000);
4+
// When running docker compose, we need a larger timeout, as this takes some time.
5+
jest.setTimeout(90_000);
56

67
const EXPECTED_MESSAGE_SPAN_PRODUCER = expect.objectContaining({
78
op: 'message',

0 commit comments

Comments
 (0)