This is an automated email from the ASF dual-hosted git repository.
rhauch pushed a commit to branch 2.3
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.3 by this push:
new 9a3cc4c MINOR: Increase the timeout in one of Connect's distributed
system tests (#7789)
9a3cc4c is described below
commit 9a3cc4c5b282ec9f01d41f2b2073ba0bbb7daf86
Author: Randall Hauch <[email protected]>
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 <[email protected]>
Reviewers: Nigel Liang <[email protected]>, Roesler <[email protected]>
---
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 9ea0a8d..e50efb5 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: