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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -