Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 20, 2024
1 parent a68a75f commit a66b8b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin-server/tests/cdp/cdp-internal-events-consumer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ describe('CDP Internal Events Consumer', () => {
team = await getFirstTeam(hub)

processor = new CdpInternalEventsConsumer(hub)
await processor.start()
// Speed hack as we don't need all of kafka to be started for this test
await processor.hogFunctionManager.start(processor['hogTypes'])
})

afterEach(async () => {
jest.setTimeout(10000)
await processor.stop()
jest.setTimeout(1000)
await closeHub(hub)
})

Expand Down

0 comments on commit a66b8b7

Please sign in to comment.