Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbaldwin44 committed Jul 31, 2024
1 parent 901cef6 commit b02474c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/test/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,7 @@ def t(self):
)

try:
stdout = proc_worker.communicate(timeout=5)[0]
stdout = proc_worker.communicate(timeout=15)[0]
self.assertIn(
"Got error from master: locustfile must be a full path to a single locustfile for file distribution to work",
stdout,
Expand Down

0 comments on commit b02474c

Please sign in to comment.