Skip to content

Commit

Permalink
Merge pull request #2630 from sopel-irc/fix-slow-repeated-tests
Browse files Browse the repository at this point in the history
pytest_plugin: disable flood protection for example tests
  • Loading branch information
dgw authored Oct 20, 2024
2 parents 0e5c976 + 17d46b7 commit 7150e02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sopel/tests/pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
nick = {name}
owner = {owner}
admin = {admin}
# avoid wasting cycles in time.sleep() during `repeat`ed tests
flood_max_wait = 0
"""


Expand Down

0 comments on commit 7150e02

Please sign in to comment.