I'm using a Stepping thread group for a load test
This is the configuration of stepping thread group. Instead of running for 4 hours, it is stopping after it is run for 17 minutes. What could be the reason?
I'm using a Stepping thread group for a load test
This is the configuration of stepping thread group. Instead of running for 4 hours, it is stopping after it is run for 17 minutes. What could be the reason?
You can add Runtime Controller as a parent of your test to enforce running time, in your case Runtime in Seconds = 14400 (4 Hours 60*60*4)
You can change the config for the "Stepping thread group" under "threads every" and set the time limit to small value (20 sec) and "Using ramp-up" as total rampup time required(300 sec)