Skip to content

Commit

Permalink
Increase retry count
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed Jul 15, 2022
1 parent 9c47e4b commit 70cd9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_direct_message_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def bot_and_user_direct_channel(channel):

# We need to wait for the reply to be processed by mattermost
# and the private channel created
retries = 2
retries = 4

for _ in range(retries):
if len(channels) != 1:
Expand Down

0 comments on commit 70cd9d8

Please sign in to comment.