From 009a88626fe4e21e5a7903e8fb2196bd17ca142d Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 30 Jan 2024 00:39:53 +0100 Subject: [PATCH] gh actions: increase timeout especially the macos workers are sometimes extremely slow. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8897ebaf3..616a6e238 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: lint: runs-on: ubuntu-22.04 - timeout-minutes: 2 + timeout-minutes: 5 steps: - uses: actions/checkout@v3 @@ -67,7 +67,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} runs-on: ${{ matrix.os }} - timeout-minutes: 90 + timeout-minutes: 180 steps: - uses: actions/checkout@v3