In Gatling, you can set the ramp-up period and maximum duration for the load testing. You can define the values in seconds or minutes. You might get a "Cannot resolve symbol minutes" or "Cannot resolve symbol seconds". In order to resolve this issue, you need to import Gatling package "scala.concurrent.duration._".
Read More