java.util.concurrent.TimeoutException, why ?

Hello,

I am currently using Gatling 2.1.5, and when I run my simulation (which only injects 2 users simultaneously), I get a java.util.concurrent.TimeoutException: Request timed out of 6000 ms…
What does it mean ? Where does this 6000 ms come from ?

Thanks for your answers.

default timeout is 60 seconds.
Your End-Point doesn’t respond.

Do you know where I can change this value ?

This can be changed in gatling.conf : https://github.com/gatling/gatling/blob/master/gatling-core/src/main/resources/gatling-defaults.conf#L86

Cheers,

Pierre