bserdar/jcliff

jcliff hangs if jboss-cli hangs

Closed this issue · 1 comments

Impact is jboss gets into a broken state. Can we have jcliff exit with an error after a timeout? Then at least there's an opportunity to see things are broken.

We're using process.waitfor() in the main thread. It needs to be executed and waited at a separate thread.