Skip to content

Commit 2210495

Browse files
committed
Increase publishing rate in test
Otherwise the expected response code may not be received because there's no enough concurrency. This way an error path is exercised on the broker side. References #46, rabbitmq/rabbitmq-server#3753
1 parent befd3b9 commit 2210495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/rabbitmq/stream/impl/SacClientTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ void superStreamRebalancingShouldWorkWhilePublishing(TestInfo info) throws Excep
492492
.messageBuilder()
493493
.addData("hello".getBytes(StandardCharsets.UTF_8))
494494
.build()));
495-
TestUtils.waitMs(10);
495+
TestUtils.waitMs(1);
496496
}
497497
})
498498
.start();

0 commit comments

Comments
 (0)