Skip to content

Commit

Permalink
Set shorter task wait times to speed up task seq tests (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonnymcc authored and cgoldberg committed Dec 20, 2018
1 parent 7810cf8 commit 777d1cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions locust/test/test_task_sequence_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def setUp(self):

class User(Locust):
host = "127.0.0.1"
min_wait = 1
max_wait = 10
self.locust = User()

def test_task_sequence_with_list(self):
Expand Down

0 comments on commit 777d1cc

Please sign in to comment.