Repository: kafka
Updated Branches:
  refs/heads/trunk 9260e8563 -> 9231cc439


KAFKA-4744: Increased timeout for bounce test

Author: Eno Thereska <[email protected]>

Reviewers: Ismael Juma, Matthias J. Sax, Guozhang Wang

Closes #2601 from enothereska/KAFKA-4744-bounce


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

Branch: refs/heads/trunk
Commit: 9231cc439e58d6ac252ca960e15c703366e32e1a
Parents: 9260e85
Author: Eno Thereska <[email protected]>
Authored: Mon Feb 27 11:19:09 2017 -0800
Committer: Guozhang Wang <[email protected]>
Committed: Mon Feb 27 11:19:09 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/9231cc43/tests/kafkatest/services/streams.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/services/streams.py 
b/tests/kafkatest/services/streams.py
index f231d42..1e1c676 100644
--- a/tests/kafkatest/services/streams.py
+++ b/tests/kafkatest/services/streams.py
@@ -77,7 +77,7 @@ class StreamsTestBaseService(KafkaPathResolverMixin, Service):
             node.account.signal(pid, sig, allow_fail=True)
         if clean_shutdown:
             for pid in pids:
-                wait_until(lambda: not node.account.alive(pid), 
timeout_sec=60, err_msg="Streams Test process on " + str(node.account) + " took 
too long to exit")
+                wait_until(lambda: not node.account.alive(pid), 
timeout_sec=120, err_msg="Streams Test process on " + str(node.account) + " 
took too long to exit")
 
         node.account.ssh("rm -f " + self.PID_FILE, allow_fail=False)
 

Reply via email to