Make timeout 2 hours on GitHub Actions and Azure Pipelines because of slow Windows jobs

This commit is contained in:
Yannick Jadoul
2020-07-21 23:13:55 +02:00
parent c91d669a90
commit 9e40094cfc
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ jobs:
matrix:
os: [ubuntu-18.04, windows-latest, macos-latest]
python_version: ['3.7']
timeout-minutes: 180
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
+2
View File
@@ -21,6 +21,7 @@ jobs:
- job: windows_36
pool: {vmImage: 'vs2017-win2016'}
timeoutInMinutes: 180
steps:
- task: UsePythonVersion@0
inputs:
@@ -33,6 +34,7 @@ jobs:
- job: windows_38
pool: {vmImage: 'vs2017-win2016'}
timeoutInMinutes: 180
steps:
- task: UsePythonVersion@0
inputs: