Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('kafkajs', () => {
});

createEsmAndCjsTests(__dirname, 'scenario.mjs', 'instrument.mjs', (createRunner, test) => {
test('traces producers and consumers', { timeout: 60_000 }, async () => {
test('traces producers and consumers', { timeout: 90_000 }, async () => {
// The producer and consumer transactions can arrive in any order,
// so we collect them and assert after both have been received.
const receivedTransactions: TransactionEvent[] = [];
Expand Down
Loading