From 8944129806143037c56d7e5a005eef4eecff09ab Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 9 Feb 2024 00:22:16 +0100 Subject: [PATCH] gh actions: increase timeout especially the macos workers are sometimes extremely slow. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29e0786b..af117cef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: lint: runs-on: ubuntu-22.04 - timeout-minutes: 2 + timeout-minutes: 5 steps: - uses: actions/checkout@v3 @@ -70,7 +70,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} runs-on: ${{ matrix.os }} - timeout-minutes: 60 + timeout-minutes: 120 steps: - uses: actions/checkout@v3 @@ -139,7 +139,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} runs-on: ${{ matrix.os }} - timeout-minutes: 60 + timeout-minutes: 180 steps: - uses: actions/checkout@v3 @@ -195,7 +195,7 @@ jobs: windows: runs-on: windows-latest - timeout-minutes: 60 + timeout-minutes: 120 needs: linux env: