This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 489099b  Increase timeout on 
ReplicatorTest#testCloseReplicatorStartProducer (#1426)
489099b is described below

commit 489099b79b915f067cfce2d92f9973eefe3ec1b4
Author: Ivan Kelly <iv...@apache.org>
AuthorDate: Sun Mar 25 03:53:24 2018 +0200

    Increase timeout on ReplicatorTest#testCloseReplicatorStartProducer (#1426)
    
    A good run takes around 3.5 seconds, so it doesn't take much to push
    it past 5 seconds. Increased timeout to 15 seconds.
---
 .../src/test/java/org/apache/pulsar/broker/service/ReplicatorTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorTest.java
 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorTest.java
index 799a07d..08e4fb7 100644
--- 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorTest.java
+++ 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorTest.java
@@ -789,7 +789,7 @@ public class ReplicatorTest extends ReplicatorTestBase {
      *
      * @throws Exception
      */
-    @Test(timeOut = 5000)
+    @Test(timeOut = 15000)
     public void testCloseReplicatorStartProducer() throws Exception {
 
         TopicName dest = 
TopicName.get("persistent://pulsar/global/ns1/closeCursor");

-- 
To stop receiving notification emails like this one, please contact
mme...@apache.org.

Reply via email to