Calabash test hangs in between the scenarios when test run for long time, i was expecting scenario to timeout if any condition didn't met. however that also not happening so that test move on to next scenario.
Is there a way i can implement in my code to keep monitoring each scenario run time, so that it force scenario to fail if it takes a longer then expected, and afterwards next scenario runs normally ?
Any help highly appreciated!!
-mesh