I wrote a windows batch script that runs a group of parametrized jMeter tests. However the test sometimes hang (should take aprox. 2 minutes, takes 5 hour for no reason - can Gaussian Random Timer cause that?). I really need the whole batch job to finish within some time bounds. So:
Is it possible to set a maximum execution time for a jMeter test after which the whole test along with all threads is terminated?
Note: Scheduler doesn't really do the trick (I set startup delay = 0 and duration = 20 and the test still doen't finish in under a minute).