Add a way to specify default test timeout in ms to DEVELOPER.md
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/62f4f445 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/62f4f445 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/62f4f445 Branch: refs/heads/security Commit: 62f4f44566d2332af1715ea23c437bb669b92d12 Parents: 786aacc Author: Jungtaek Lim <[email protected]> Authored: Sun Oct 5 02:08:19 2014 +0900 Committer: Jungtaek Lim <[email protected]> Committed: Sun Oct 5 02:08:19 2014 +0900 ---------------------------------------------------------------------- DEVELOPER.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/62f4f445/DEVELOPER.md ---------------------------------------------------------------------- diff --git a/DEVELOPER.md b/DEVELOPER.md index 81a4122..4af1e3c 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -229,6 +229,9 @@ The following commands must be run from the top-level directory. # Build the code and run the tests (requires nodejs, python and ruby installed) $ mvn clean install + # Build the code and run the tests, with specifying default test timeout (in millisecond) + $ mvn clean install -DSTORM_TEST_TIMEOUT_MS=10000 + # Build the code but skip the tests $ mvn clean install -DskipTests=true
