GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/2611
STORM-2924 Fix intermittent test failure in org.apache.storm.TickTuplâ¦
â¦eTest
* leverages STORM_TEST_TIMEOUT_MS to make timeout being flexible
This change effectively increase test timeout to 150_000 ms in
`travis-script.sh`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-2924
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2611.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 #2611
----
commit 6bd5760adb2b7e95dc2c8039d7b835b4b7592290
Author: Jungtaek Lim <kabhwan@...>
Date: 2018-03-29T14:05:04Z
STORM-2924 Fix intermittent test failure in org.apache.storm.TickTupleTest
* leverages STORM_TEST_TIMEOUT_MS to make timeout being flexible
----
---