You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rh...@apache.org on 2019/12/06 21:35:45 UTC

[kafka] branch 2.4 updated: MINOR: Increase the timeout in one of Connect's distributed system tests (#7789)

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

rhauch pushed a commit to branch 2.4
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.4 by this push:
     new 0657879  MINOR: Increase the timeout in one of Connect's distributed system tests (#7789)
0657879 is described below

commit 065787929618ce558bee384983dc736903ae060f
Author: Randall Hauch <rh...@gmail.com>
AuthorDate: Fri Dec 6 15:33:43 2019 -0600

    MINOR: Increase the timeout in one of Connect's distributed system tests (#7789)
    
    Author: Randall Hauch <rh...@gmail.com>
    Reviewers: Nigel Liang <ni...@nigelliang.com>, Roesler <jo...@confluent.io>
---
 tests/kafkatest/tests/connect/connect_distributed_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kafkatest/tests/connect/connect_distributed_test.py b/tests/kafkatest/tests/connect/connect_distributed_test.py
index 04e98e9..2796d80 100644
--- a/tests/kafkatest/tests/connect/connect_distributed_test.py
+++ b/tests/kafkatest/tests/connect/connect_distributed_test.py
@@ -314,7 +314,7 @@ class ConnectDistributedTest(Test):
         if connect_protocol == 'compatible':
             timeout_sec = 120
         else:
-            timeout_sec = 30
+            timeout_sec = 70
 
         # we should still be paused after restarting
         for node in self.cc.nodes: