Skip to content

Commit

Permalink
ref(test): Increase amqplib integration test timeout (#13850)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan authored Oct 2, 2024
1 parent a6348cc commit dafd510
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import type { TransactionEvent } from '@sentry/types';
import { cleanupChildProcesses, createRunner } from '../../../utils/runner';

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

const EXPECTED_MESSAGE_SPAN_PRODUCER = expect.objectContaining({
op: 'message',
Expand Down

0 comments on commit dafd510

Please sign in to comment.