Hi! I'm working on upgrade of https://github.com/twitter/tormenta project from Storm 0.9.x to 1.0.x API. In process of upgrade I discovered issues in tests with `LocalCluster`: > java.lang.IllegalStateException: Cannot simulate time unless in simulation mode
I use some methods to fix this like `Time.startSimulating` and `Time.advanceTime` but I didn't find any documentation about that. Is there any good example/documentation how to use `LocalCluster` in 1.0.x API ? Thanks, Timur Abishev.
