This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 5abf42cf Increase timeout in
PersistentStreamingDispatcherBlockConsumerTest.testBlockBrokerDispatching
(#12943)
5abf42cf is described below
commit 5abf42cf24b43f7f1874eb0b385e093926ea0b21
Author: JiangHaiting <[email protected]>
AuthorDate: Tue Nov 23 22:17:16 2021 +0800
Increase timeout in
PersistentStreamingDispatcherBlockConsumerTest.testBlockBrokerDispatching
(#12943)
---
.../java/org/apache/pulsar/client/api/DispatcherBlockConsumerTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/DispatcherBlockConsumerTest.java
b/pulsar-broker/src/test/java/org/apache/pulsar/client/api/DispatcherBlockConsumerTest.java
index d43a759..745fd45 100644
---
a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/DispatcherBlockConsumerTest.java
+++
b/pulsar-broker/src/test/java/org/apache/pulsar/client/api/DispatcherBlockConsumerTest.java
@@ -676,7 +676,7 @@ public class DispatcherBlockConsumerTest extends
ProducerConsumerBase {
* </pre>
*
*/
- @Test(timeOut = 10000)
+ @Test(timeOut = 60000)
public void testBlockBrokerDispatching() {
log.info("-- Starting {} test --", methodName);