[ 
https://issues.apache.org/jira/browse/STORM-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14156973#comment-14156973
 ] 

ASF GitHub Bot commented on STORM-492:
--------------------------------------

Github user HeartSaVioR commented on the pull request:

    https://github.com/apache/storm/pull/279#issuecomment-57683073
  
    @harshach 
    1. tracked-wait function's usage is equivalent to previous. It's just a bug 
fix.
    2. We can just add an additional parameter 'timeout-ms' while calling 
Testing.trackedWait()
    
    Previous usage is below
    ```
    (tracked-wait tracked 1)
    (Testing/trackedWait tracked (int 1))
    ```
    
    We can just add a parameter (3rd parameter) to specify timeout-ms.
    
    Please let me know if you feel I misunderstood your question. Thanks!


> Test timeout should be configurable
> -----------------------------------
>
>                 Key: STORM-492
>                 URL: https://issues.apache.org/jira/browse/STORM-492
>             Project: Apache Storm
>          Issue Type: Bug
>            Reporter: Devika Nair
>              Labels: newbie
>
> Test timeout is hard coded to 5000ms in 
> https://github.com/apache/incubator-storm/blob/master/storm-core/src/clj/backtype/storm/testing.clj.
>  Provide a way to override this value in order to handle longer running tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to