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)