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