Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
chore(ci): adjust maxWaitTime in integration tests to exercise "pause…
Browse files Browse the repository at this point in the history
…" code path
  • Loading branch information
brianphillips committed Nov 25, 2024
1 parent 7f644a4 commit 4f5a1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ maybe("Integration", () => {
groupId: TEST_GROUP,
producer,
retryDelays: [1, 2, 3, 5],
maxWaitTime: Infinity,
maxWaitTime: 3000, // Infinity,
maxRetries: 4,
});

Expand Down

0 comments on commit 4f5a1b8

Please sign in to comment.