This is an automated email from the ASF dual-hosted git repository.
penghui pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.9 by this push:
new 1d3a40e Increase timeout in
PersistentStreamingDispatcherBlockConsumerTest.testBlockBrokerDispatching
(#12943)
1d3a40e is described below
commit 1d3a40e8c9379f01c782637485970e9ff2bc4fcc
Author: JiangHaiting <[email protected]>
AuthorDate: Tue Nov 23 22:17:16 2021 +0800
Increase timeout in
PersistentStreamingDispatcherBlockConsumerTest.testBlockBrokerDispatching
(#12943)
(cherry picked from commit 5abf42cf24b43f7f1874eb0b385e093926ea0b21)
---
.../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 00f52ad..0f21e21 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
@@ -672,7 +672,7 @@ public class DispatcherBlockConsumerTest extends
ProducerConsumerBase {
* </pre>
*
*/
- @Test(timeOut = 10000)
+ @Test(timeOut = 60000)
public void testBlockBrokerDispatching() {
log.info("-- Starting {} test --", methodName);