From 3a7c34cd0a6b4a4c8da1bf920e8bed18d91f8339 Mon Sep 17 00:00:00 2001 From: Stephen Astels Date: Thu, 16 Nov 2023 15:45:20 -0500 Subject: [PATCH] 10m -> 20m perf test --- 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