Skip to content

Commit

Permalink
Attempt to fix invalid guild_id on test
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Jun 6, 2023
1 parent 1b1d046 commit ca60f0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/loadcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
TOKEN: ${{ secrets.DISCORD_TEST_BOT }}
CONNECTION_URI: ${{ secrets.CONNECTION_URI }}
LOG_URL: https://domain.example
GUILD_ID: 616969119685935162
OWNERS: 243316261264556032,505386507440488458
GUILD_ID: "616969119685935162"
OWNERS: "243316261264556032,505386507440488458"
DATA_COLLECTION: off
LOG_LEVEL: DEBUG

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/loadcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)

# let Modmail boot up
time.sleep(10)
time.sleep(15)

exit_code = 1 if proc.poll() else 0

Expand Down

0 comments on commit ca60f0f

Please sign in to comment.