Skip to content

Commit

Permalink
Increase test timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Aug 29, 2024
1 parent 0811839 commit d0714e7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { cleanupChildProcesses, createRunner } from '../../../utils/runner';

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

describe('kafkajs', () => {
afterAll(() => {
cleanupChildProcesses();
Expand Down

0 comments on commit d0714e7

Please sign in to comment.