Lengthen win CI run to 12m

win_ci_timeout
Tyler Goodlet 2021-12-20 09:25:38 -05:00
parent 343b2803b5
commit 884bdf2d57
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ jobs:
# - https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idif
testing-windows:
name: '${{ matrix.os }} Python ${{ matrix.python }} - ${{ matrix.spawn_backend }}'
timeout-minutes: 9
timeout-minutes: 12
runs-on: ${{ matrix.os }}
strategy: