diff --git a/scripts/ci/locustfile.py b/scripts/ci/locustfile.py index 8ea01a490..f08c5bad7 100644 --- a/scripts/ci/locustfile.py +++ b/scripts/ci/locustfile.py @@ -71,4 +71,5 @@ class OSRMTasks(TaskSet): class OSRMUser(HttpUser): tasks = [OSRMTasks] + # random wait time between requests to not load server for 100% wait_time = between(0.05, 0.5)