If you are looking to increase unit tests time out please take a look at this section https://github.com/apache/storm/blob/master/DEVELOPER.md#build-the-code-and-run-the-tests "Is there a way to increase/turn off the timeout for the testing topology?" which testing topology you are referring too. It might be that its getting submitted to a LocalCluster and than getting killed after 5 secs. You can increase the time in the code. -Harsha
On Fri, Jan 30, 2015, at 09:27 AM, Webb, Ryan L. wrote: > Hey Guys, > > I am attempting to use the testing utility to do some more formal unit > tests but I keep having issues where some times it beats the 5 second > timeout and other times it doesn’t. > > Is there a way to increase/turn off the timeout for the testing > topology? > > Thanks > Ryan Webb
