We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6348cc commit dafd510Copy full SHA for dafd510
dev-packages/node-integration-tests/suites/tracing/amqplib/test.ts
@@ -1,7 +1,8 @@
1
import type { TransactionEvent } from '@sentry/types';
2
import { cleanupChildProcesses, createRunner } from '../../../utils/runner';
3
4
-jest.setTimeout(30_000);
+// When running docker compose, we need a larger timeout, as this takes some time.
5
+jest.setTimeout(90_000);
6
7
const EXPECTED_MESSAGE_SPAN_PRODUCER = expect.objectContaining({
8
op: 'message',
0 commit comments