If Loadtime in HTTP request is longer than 10000 ms, what's throws an exception automatically? using JMeter.
Response code: Non HTTP response code: org.apache.http.NoHttpResponseException Response message: Non HTTP response message: failed to respond
But all requests are executed correctly in the application, only, their responses are above 10000 ms.
I modify the "Timeouts" into the HTTP request sampler.
Actually I test with 3.0 version, but also I've tested with 2.13 version
Could I do disable this automate check? Or modify the threshold with a major value (i.e: 500000)?