Skip to content

Commit

Permalink
Up timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 27, 2024
1 parent 045fa89 commit 4da2859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-server/tests/cdp/cdp-e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jest.mock('../../src/utils/fetch', () => {

const mockFetch: jest.Mock = require('../../src/utils/fetch').trackedFetch

const TOTAL_TIMEOUT = 20000
const TOTAL_TIMEOUT = 60000
const KAFKA_OBSERVE_TIMEOUT = 10000

describe('CDP E2E', () => {
Expand Down

0 comments on commit 4da2859

Please sign in to comment.