Skip to content

Commit

Permalink
chore: fix transactionalRetry integration test flakyness
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Dec 16, 2023
1 parent b18e8bd commit 326e147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func Test_Should_Batch_Retry_Only_Failed_Messages_When_Transactional_Retry_Is_Di
MaxRetry: 3,
LogLevel: "error",
},
MessageGroupDuration: time.Second,
MessageGroupDuration: 5 * time.Second,
BatchConfiguration: &kafka.BatchConfiguration{
MessageGroupLimit: 100,
BatchConsumeFn: func(messages []*kafka.Message) error {
Expand Down

0 comments on commit 326e147

Please sign in to comment.