It's for modifying default timeout between storm tests to avoid failure of testing & building storm-core. It's for slow machines.
If you need to modify default timeout to use by your own test, completeTopology in clojure side, trackedWait for java & clojure would be have timeout parameter. If functions you use have no timeout parameter and use STORM_TEST_TIMEOUT_MS internally, it should be reported and fixed. :) On 2014년 11월 27일 (목) at 오전 12:37 Curtis Allen <[email protected]> wrote: > According this this pull request > <https://github.com/apache/storm/pull/279> you can only set the time out > via environment variable. Looks like you want functionality that is in this > pull > request <https://github.com/apache/storm/pull/327> it hasn't been merged > in yet, I'm guessing you'll have to wait until storm 0.10.0 is released. > > On Wed, Nov 26, 2014 at 3:16 AM, Dima Dragan <[email protected]> > wrote: > >> Hi All, >> >> Can anyone show snippet (example) how to use it? >> Is it work only with SimulatedTime mode? >> >> -- >> Best regards, >> Dmytro Dragan >> >> >> >
