[GitHub] flink pull request #5718: [FLINK-8073][kafka-tests] Disable timeout in tests

2018-03-21 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/5718


---


[GitHub] flink pull request #5718: [FLINK-8073][kafka-tests] Disable timeout in tests

2018-03-19 Thread pnowojski
GitHub user pnowojski opened a pull request:

https://github.com/apache/flink/pull/5718

[FLINK-8073][kafka-tests] Disable timeout in tests

To get stacktraces in case of deadlock do not timeout tests programatically.

This is a trivial change in tests.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/pnowojski/flink f8073

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/5718.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #5718


commit 0e201cd462f1c1c1a94e18f1c1b3135dbf6a145c
Author: Piotr Nowojski 
Date:   2018-03-19T08:48:15Z

[FLINK-8073][kafka-tests] Disable timeout in tests

To get stacktraces in case of deadlock do not timeout tests programatically.




---