Description
When I use TwillController to terminate a running application, the 'doShutDown' method will be invoked to stop the Runnables. I've noticed that this only gives the Runnables 60 seconds configured by Constants.APPLICATION_MAX_STOP_SECONDS to stop. If the Runnable cannot finish termination in 60 seconds, the Runnable will be killed by force.
It there any change to set this stop time when I'm going to terminate the applications?