see timeout http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request The action you want to take on error can be configured on the thread group http://jmeter.apache.org/usermanual/component_reference.html#Thread_Group You rarely want to stop the thread though - you usually just want it to skip the rest of the steps of that test and move onto the next data item
On Thu, Jun 20, 2013 at 12:29 PM, nmq <nmq0...@gmail.com> wrote: > I googled this but didn't find anything. > Is there a way to force JMeter to terminate the current thread and move on > to another if an HTTP Sampler receives no response for a certain amount of > time? > This is a situation where there was no response whatsoever for over an hour > and JMeter kept waiting for a response. > > Regards > Sam >