From e560b1cb55addebe14d1e73a26bb0ca37901bd52 Mon Sep 17 00:00:00 2001 From: water111 <48171810+water111@users.noreply.github.com> Date: Fri, 5 Mar 2021 21:57:53 -0500 Subject: [PATCH] Update windows test timeout --- .github/workflows/windows-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-workflow.yaml b/.github/workflows/windows-workflow.yaml index df9d0f0c34..21787c4186 100644 --- a/.github/workflows/windows-workflow.yaml +++ b/.github/workflows/windows-workflow.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} # Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them. - timeout-minutes: 10 + timeout-minutes: 20 steps: # NOTE - useful for debugging