From 982a5ad8df4588301d538dc7a0aa7a52455e2bf8 Mon Sep 17 00:00:00 2001 From: Anatolii Sakhnik Date: Mon, 22 Apr 2024 10:54:34 +0300 Subject: [PATCH] Increase timeout to 10 minutes --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b6a75d..51592b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} - timeout-minutes: ${{ (matrix.os == 'windows-latest' && 20) || 7 }} + timeout-minutes: ${{ (matrix.os == 'windows-latest' && 20) || 10 }} steps: - uses: actions/checkout@v3