GitHub user javrasya opened a pull request:
https://github.com/apache/storm/pull/316
Custom TEST-TIMEOUT-MS Definition Method Changed
Custom test timeout with variable TEST-TIMEOUT-MS was being defined with
System Environment Variable. This cause a problem to define it on every test
simply. System property is now being used to define custom TEST-TIMEOUT-MS
variable value. This can be simply set before every test as
System.setProperty("STORM_TEST_TIMEOUT_MS", "20000");
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/javrasya/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/316.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 #316
----
commit f935fde4e2eebfea6f69906694c5bbb273f5a184
Author: Ahmet DAL <[email protected]>
Date: 2014-11-18T14:24:17Z
Custom TEST-TIMEOUT-MS Definition Method Changed
Custom test timeout with variable TEST-TIMEOUT-MS was being defined with
System Environment Variable. This cause a problem to define it on every test
simply. System property is now being used to define custom TEST-TIMEOUT-MS
variable value. This can be simply set before every test as
System.setProperty("STORM_TEST_TIMEOUT_MS", "20000");
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---