[Gatling2] Default connection timeout

Hi,

i’m trying to investigate high number of connection timeout issue in my tests
so I want to understand if this is caused by service i’m testing or
some of the gatling’s libs.

Is there any default connection timeout and how can I change it?

Thanks!

Hi,

Have a look at gatling.conf file: see prop gatling.http.ahc.connectionTimeout (remove # for uncommenting)

Thanks!