From ae35a895295a9c83c4fc16301b093018b6a0d80a Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 26 May 2024 23:36:27 +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 b15246b5a..d6e6b3e7e 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.01, 0.1)