merlimat commented on a change in pull request #10118:
URL: https://github.com/apache/pulsar/pull/10118#discussion_r607210526
##########
File path:
pulsar-broker/src/test/java/org/apache/pulsar/client/api/SimpleProducerConsumerTest.java
##########
@@ -1124,7 +1127,7 @@ public void testDeactivatingBacklogConsumer(boolean
ackReceiptEnabled) throws Ex
assertTrue(activeSubscriber.contains(sub2));
}
- @Test(timeOut = 2000)
+ @Test(timeOut = 5000)
Review comment:
I'd say to remove these ad-hoc timeouts and just rely on the default 300
seconds timeout.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]