From eb16fee56b9260c3614f1e62fb98d21729ecd42c Mon Sep 17 00:00:00 2001 From: Ben Larabie Date: Fri, 26 Apr 2024 08:01:36 -0400 Subject: [PATCH] upping perf test to 10 mins (#2039) Co-authored-by: Jumana B --- 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 c1eba3b220..76aa3d2273 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 = 5m +run-time = 10m # headless = true # master = true