From 102f48b14e6f3bf322c26ed3cf384a920e8edf30 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 28 May 2024 17:00:45 +0200 Subject: [PATCH] wip --- scripts/ci/locustfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/locustfile.py b/scripts/ci/locustfile.py index 14d6cb851..7fe74d8de 100644 --- a/scripts/ci/locustfile.py +++ b/scripts/ci/locustfile.py @@ -70,4 +70,4 @@ class OSRMTasks(TaskSet): class OSRMUser(HttpUser): tasks = [OSRMTasks] - wait_time = between(0.1, 1) + wait_time = between(0.05, 0.5)