Increase timeout (for cases when the yarn cache is not hit)

This commit is contained in:
Alex Dima 2022-01-13 16:15:17 +01:00
parent 27e5924ff8
commit e745988b75
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -14,7 +14,7 @@ jobs:
windows:
name: Windows
runs-on: windows-latest
timeout-minutes: 40
timeout-minutes: 60
env:
CHILD_CONCURRENCY: "1"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}