From 577c4f085ab473dca25629945ff3ef74956623ff Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Mon, 27 May 2024 00:23:06 +0200 Subject: [PATCH] Update locustfile.py --- 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 d6e6b3e7e..69f9183b7 100644 --- a/scripts/ci/locustfile.py +++ b/scripts/ci/locustfile.py @@ -64,4 +64,4 @@ class OSRMTasks(TaskSet): class OSRMUser(HttpUser): tasks = [OSRMTasks] - wait_time = between(0.01, 0.1) + wait_time = between(0.1, 1)