Repository: kafka
Updated Branches:
  refs/heads/trunk 69356fbc6 -> 932e4d7ba


HOTFIX: Increase timeout for bounce test

Author: Eno Thereska <eno.there...@gmail.com>

Reviewers: Ismael Juma <ism...@juma.me.uk>

Closes #1874 from enothereska/hotfix-bounce-test


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/932e4d7b
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/932e4d7b
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/932e4d7b

Branch: refs/heads/trunk
Commit: 932e4d7ba781b9ea920d34b49810381afe5069b4
Parents: 69356fb
Author: Eno Thereska <eno.there...@gmail.com>
Authored: Sat Sep 17 22:43:43 2016 +0100
Committer: Ismael Juma <ism...@juma.me.uk>
Committed: Sat Sep 17 22:43:43 2016 +0100

----------------------------------------------------------------------
 tests/kafkatest/services/streams.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/932e4d7b/tests/kafkatest/services/streams.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/services/streams.py 
b/tests/kafkatest/services/streams.py
index 875daee..0fea33a 100644
--- a/tests/kafkatest/services/streams.py
+++ b/tests/kafkatest/services/streams.py
@@ -91,7 +91,7 @@ class StreamsSmokeTestBaseService(KafkaPathResolverMixin, 
Service):
     def wait(self):
         for node in self.nodes:
             for pid in self.pids(node):
-                wait_until(lambda: not node.account.alive(pid), 
timeout_sec=120, err_msg="Streams Smoke Test process on " + str(node.account) + 
" took too long to exit")
+                wait_until(lambda: not node.account.alive(pid), 
timeout_sec=180, err_msg="Streams Smoke Test process on " + str(node.account) + 
" took too long to exit")
 
     def clean_node(self, node):
         node.account.kill_process("streams", clean_shutdown=False, 
allow_fail=True)

Reply via email to