From bcfbdb6e79ef635fa79653cccda073e336d99e85 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 6 Apr 2023 19:29:01 +0200 Subject: [PATCH] ci: looks like 40mins is not always enough might depend on server load at gh. --- .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 4a0b2fc3e..ebb6c2510 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: TOXENV: ${{ matrix.toxenv }} runs-on: ${{ matrix.os }} - timeout-minutes: 40 + timeout-minutes: 60 steps: - uses: actions/checkout@v3