Re: Is there a way to set the duration for which JMeter waits for a response

2013-06-20 Thread Deepak Shetty
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

RE: Is there a way to set the duration for which JMeter waits for a response

2013-06-20 Thread Robin D. Wilson
The HTTP sampler includes several 'timeout' values. I use them. It reports an error if the timeout expires, then moves on to the next request (either within the same thread, or in the next - depending on how you setup the thread group). -- Robin D. Wilson Sr. Director of Web Development

Re: Is there a way to set the duration for which JMeter waits for a response

2013-06-20 Thread nmq
Thank you On Jun 20, 2013 3:38 PM, Deepak Shetty shet...@gmail.com wrote: 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