From 9e40094cfc274da96884e2348a35fb22f318542b Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Tue, 21 Jul 2020 23:13:55 +0200 Subject: [PATCH] Make timeout 2 hours on GitHub Actions and Azure Pipelines because of slow Windows jobs --- .github/workflows/test.yml | 1 + azure-pipelines.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2e28e08..41c02da4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3eaed5f4..74dc215d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: