Skip to content

Commit 70e2d20

Browse files
committed
address review comment
Signed-off-by: Luke Chen <[email protected]>
1 parent 7cff6b0 commit 70e2d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemtest/src/test/java/io/strimzi/systemtest/kafka/TieredStorageST.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class TieredStorageST extends AbstractST {
7070
private static final String TIERED_STORAGE_DOCKERFILE = TestUtils.USER_PATH + "/../systemtest/src/test/resources/tiered-storage/Dockerfile";
7171
private static final String BUCKET_NAME = "test-bucket";
7272
private static final String BUILT_IMAGE_TAG = "latest";
73-
private static final int MESSAGE_COUNT = 10000;
73+
private static final int MESSAGE_COUNT = 10_000;
7474
private TestStorage suiteStorage;
7575

7676
@ParallelTest

0 commit comments

Comments
 (0)