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!
---
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.
---