Skip to content

Commit

Permalink
Send more messages in sql filter test
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Sep 16, 2024
1 parent de7a492 commit 1fc90f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/streams/e2e/flink/sql/SqlJobRunnerST.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void testFlinkSqlRunnerSimpleFilter() {
.withNamespaceName(namespace)
.withTopicName("flink.payment.data")
.withBootstrapAddress(bootstrapServer)
.withMessageCount(2000)
.withMessageCount(10000)
.withDelayMs(10)
.withMessageTemplate("payment_fiat")
.withAdditionalConfig(
Expand Down

0 comments on commit 1fc90f4

Please sign in to comment.