ci: Remove CI hard time limit on E2E (#4683)

Co-authored-by: Awesome Stickz <awesome@stickz.dev>
This commit is contained in:
Fleny
2026-01-20 07:17:34 +01:00
committed by GitHub
parent 376e5f1a2e
commit a3bb9fc1a0

View File

@@ -29,7 +29,6 @@ jobs:
- name: E2E Test
if: ${{ inputs.event_name != 'pull_request' }}
run: yarn test:e2e --filter=./packages/${{ inputs.package }}
timeout-minutes: 5
env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
E2E_TEST_GUILD_ID: ${{ secrets.UNIT_TEST_GUILD_ID }}