Skip to content

Commit

Permalink
Set duration of load-gen to 120m
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Nov 26, 2023
1 parent c345980 commit 2645b12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import static io.gatling.javaapi.http.HttpDsl.http;

public class SteepTeaSimulation extends Simulation {
final Duration duration = Duration.ofMinutes(30);
final Duration duration = Duration.ofMinutes(120);
final int usersPerSec = 5;

final HttpProtocolBuilder httpProtocol = http.baseUrl("http://localhost:8090")
Expand Down

0 comments on commit 2645b12

Please sign in to comment.