Skip to content

Commit

Permalink
fix: kafka flaky batching test (#3447)
Browse files Browse the repository at this point in the history
  • Loading branch information
fracasula authored Jun 6, 2023
1 parent fda4baf commit fcd49e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/streammanager/kafka/kafkamanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ func TestIntegration(t *testing.T) {
{"message":"three","topic":"foo-bar","userId":"1234"}
]`), destConfig)
return statusCode == http.StatusOK
}, 10*time.Second, 100*time.Millisecond)
}, 30*time.Second, 100*time.Millisecond)
require.Equal(t, "Kafka: Message delivered in batch", returnMessage)
require.Equal(t, "Kafka: Message delivered in batch", errMessage)

Expand Down

0 comments on commit fcd49e4

Please sign in to comment.