java.util.concurrent.TimeoutException: Read timeout to /10.86.24.1:28083 of 60000 ms- Can somebody help

eventhough I edited request timeout as below,

requestTimeout = 210000

I removed # before and simulated . but it is java.util.concurrent.TimeoutException: Read timeout to /10.86.24.1:28083 of 60000 ms.
pls guide me to proceed

Thanks in Advance!!

Regards,
Mohanapriya Anandakumar

Here, you have a read timeout, not a request timeout, meaning that you didn’t receive any tcp packet for too long.

Then, in most case, what you’re doing is wrong. 60 seconds timeouts usually mean a real application issue and you shouldn’t try to trick the load test tool in order to get better looking results. The only use case where it makes sense is large downloads.

Thanks. I have changed read timeout to 120000. It has worked.

What do you mean by AsynchandlerActor. It is showing as warning