What is the default response timeout in JMeter? -


can know default response time in jmeter if not set timeout in 'http request' sampler?

thanks.

it defaults 0 (no timeout)

the recommended way of setting timeout using gui.

if reason doesn't play you can use following properties:

  • user.properties file:

    • httpclient.timeout
  • httpclient.parameters file:

    • http.socket.timeout$integer

both files live under jmeter's "bin" folder, jmeter restart required pick properties after change.

references:


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -