From 07f2ed5c8ec8fdbbfb25507415b67afc63baeb22 Mon Sep 17 00:00:00 2001 From: Steve Astels Date: Thu, 16 Nov 2023 16:04:54 -0500 Subject: [PATCH] 10m -> 20m perf test (#2025) --- tests-perf/locust/locust.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-perf/locust/locust.conf b/tests-perf/locust/locust.conf index 76aa3d2273..0f958e2abb 100644 --- a/tests-perf/locust/locust.conf +++ b/tests-perf/locust/locust.conf @@ -3,7 +3,7 @@ locustfile = tests-perf/locust/locust-notifications.py host = https://api.staging.notification.cdssandbox.xyz users = 3000 spawn-rate = 20 -run-time = 10m +run-time = 20m # headless = true # master = true