Can not override the requestTimeout in gatling.conf of 3.11.5 version

Gatling version: 3.11.5 (must be up to date)
Gatling flavor: java kotlin [ :grinning:] scala javascript typescript
Gatling build tool: maven gradle [ :grinning:] sbt bundle npm

Background: I upgraded the gatling-test-framework to 3.11.5 and also I have set the requestTimeout in gatling.conf file to more than the 60s.

image

ISSUES:

When i ran the simulation, i got an error like this:

It looks like the override setting 300s does not have an effect on the simulaiton.

Could anybody help take a look at it? i think it is an issue in 3.11.5, if not, please clarify how to set the requestTimeout correctly.

Wow, you’ve upgraded from a super old version, at least 3.3.
The ahc block in the config was renamed in 3.4.0 4 years ago. Please check here the up-to-date config: gatling/gatling-core/src/main/resources/gatling-defaults.conf at main · gatling/gatling · GitHub

I changed the gatling.conf using the latest version and it works. Thank you, slandelle.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.