aboutsummaryrefslogtreecommitdiffstats
path: root/S3Ptools
diff options
context:
space:
mode:
Diffstat (limited to 'S3Ptools')
-rw-r--r--S3Ptools/locustfile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/S3Ptools/locustfile.py b/S3Ptools/locustfile.py
index 31d9a4f4f..5fe5b3786 100644
--- a/S3Ptools/locustfile.py
+++ b/S3Ptools/locustfile.py
@@ -23,5 +23,6 @@ class UserBehavior(TaskSet):
class WebsiteUser(HttpLocust):
task_set = UserBehavior
+ host = "http://10.0.5.1:8080"
min_wait = 5000
max_wait = 9000