From dff29627dc9650007c8006e563159a6df5909228 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 27 Oct 2023 22:30:52 +0200 Subject: [PATCH] CI: increase timeout to 90min esp. the macOS CI jobs are sometimes rather slow, so 40min were not enough. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 987761291..a02e5bac5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} runs-on: ${{ matrix.os }} - timeout-minutes: 40 + timeout-minutes: 90 steps: - uses: actions/checkout@v3