Hi ,
I am getting following error for some of the requests.
The request takes more then 3 minutes to complete.
I have updated the gatling.conf file ti increase the timeout
connectionTimeout = 6000000
idleConnectionInPoolTimeoutInMs = 6000000
idleConnectionTimeoutInMs = 6000000
webSocketIdleTimeoutInMs = 6000000
requestTimeout =6000000
readTimeout = 6000000
I even tried passing as cmd line args
mvn gatling:execute -Dgatling.http.connectionTimeout=1200000 -Dgatling.http.requestTimeoutInMs=3000000
Please can you let me know how can i resolve this issue.
Thanks,
Prashant