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
+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: