[CI > Debug] Bump timeouts

This commit is contained in:
CanadaHonk 2022-04-17 00:56:14 +01:00 committed by GitHub
parent f4dc7684b9
commit d2b98ab9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ jobs:
- name: Run Client
run: |
xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging 2>&1
timeout-minutes: 3
timeout-minutes: 5
debug-win:
name: Debug Windows
@ -142,7 +142,7 @@ jobs:
run: |
cd discord/app-1.0.0
./DiscordCanary.exe --enable-logging
timeout-minutes: 3
timeout-minutes: 5
shell: bash
test-win: