diff --git a/.github/workflows/locustfile.py b/.github/workflows/locustfile.py index ad7dd98f6..09c578f7c 100644 --- a/.github/workflows/locustfile.py +++ b/.github/workflows/locustfile.py @@ -4,6 +4,8 @@ import time class MyUser(HttpUser): + wait_time = between(1, 5) + @task(20) def chat_completion(self): headers = {