Merge pull request #282 from goodboy/win_ci_timeout

Lengthen win CI run to 12m
raise_runinactor_error
goodboy 2021-12-20 09:39:44 -05:00 committed by GitHub
commit 89551ef371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: