We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cff6b0 commit 70e2d20Copy full SHA for 70e2d20
systemtest/src/test/java/io/strimzi/systemtest/kafka/TieredStorageST.java
@@ -70,7 +70,7 @@ public class TieredStorageST extends AbstractST {
70
private static final String TIERED_STORAGE_DOCKERFILE = TestUtils.USER_PATH + "/../systemtest/src/test/resources/tiered-storage/Dockerfile";
71
private static final String BUCKET_NAME = "test-bucket";
72
private static final String BUILT_IMAGE_TAG = "latest";
73
- private static final int MESSAGE_COUNT = 10000;
+ private static final int MESSAGE_COUNT = 10_000;
74
private TestStorage suiteStorage;
75
76
@ParallelTest
0 commit comments