diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 74fae36..c1e7340 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -14,7 +14,7 @@ jobs: matrix: python-version: ["3.11"] # PYTHON VERSION os: [windows-latest] - timeout-minutes: 30 + timeout-minutes: 60 steps: - name: Set env shell: bash