From f4dc7684b98bd5ee3ebd7b6e0e27b1c2380ff4f2 Mon Sep 17 00:00:00 2001 From: CanadaHonk <19228318+CanadaHonk@users.noreply.github.com> Date: Sun, 17 Apr 2022 00:25:42 +0100 Subject: [PATCH] [CI] Bump timeouts --- .github/workflows/nightly.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 65ce3ab..b63b339 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -69,7 +69,7 @@ jobs: grep -m1 "Installing discord_rpc" <&${COPROC[0]} sleep 1 [[ $COPROC_PID ]] && kill $COPROC_PID - timeout-minutes: 2 + timeout-minutes: 3 debug-linux: name: Debug Linux @@ -99,7 +99,7 @@ jobs: - name: Run Client run: | xvfb-run -e /dev/stdout ./DiscordCanary/DiscordCanary --enable-logging 2>&1 - timeout-minutes: 2 + timeout-minutes: 3 debug-win: name: Debug Windows @@ -142,7 +142,7 @@ jobs: run: | cd discord/app-1.0.0 ./DiscordCanary.exe --enable-logging - timeout-minutes: 2 + timeout-minutes: 3 shell: bash test-win: @@ -195,7 +195,7 @@ jobs: run: | cd discord/app-1.0.0 ./DiscordCanary.exe | grep -m1 "ABRA" - timeout-minutes: 2 + timeout-minutes: 3 shell: bash