Will JMeter go to Sleep mode if JMeter did not Respond for 5 Min for Any Sample, Is there any setting in properties files to change This time OUT
as i am not getting response for a request with single user and JMeter is Getting hanged or Going to Sleep mode after 300 Sec
Updated below to 900 Sec in Properties File
/*Timeout in milliseconds for Report generation when using Tools > Generate HTML report generate_report_ui.generation_timeout=300000
Updated below to 9000 m Sec in Properties File
Check connections if the elapsed time (Milliseconds) since the last use of the connection exceed this value httpclient4.validate_after_inactivity=4900*/
If you're looking for a way to set timeout for HTTP Request samplers - the settings live under "Advanced" tab:
If you have more than one HTTP Request sampler in your test plan - it's better to use HTTP Request Defaults
In case you use some custom Samplers or Plugins which don't have their own timeout mechanisms you can go for Sample Timeout Pre-Processor