Github user ptgoetz commented on a diff in the pull request:

    https://github.com/apache/storm/pull/279#discussion_r18547500
  
    --- Diff: 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
    --- End diff --
    
    The code uses an environment variable, but here you are setting a java 
system property. I think what you want is:
    
    ```
    $ export STORM_TEST_TIMEOUT_MS=10000
    $ mvn clean install
    ```


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to