congbobo184 commented on code in PR #20991:
URL: https://github.com/apache/pulsar/pull/20991#discussion_r1294159078
##########
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/TransactionEndToEndTest.java:
##########
@@ -96,6 +96,8 @@ public class TransactionEndToEndTest extends
TransactionTestBase {
protected static final String TOPIC_OUTPUT = NAMESPACE1 + "/output";
protected static final String TOPIC_MESSAGE_ACK_TEST = NAMESPACE1 +
"/message-ack-test";
protected static final int NUM_PARTITIONS = 16;
+ private static final int waitTimeForCanReceiveMSgInSec = 5;
+ private static final int waitTimeForCannotReceiveMSgInSec = 1;
Review Comment:
may be also should 5, to avoid the incorrect verify?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]