From bcfbdb6e79ef635fa79653cccda073e336d99e85 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 6 Apr 2023 19:29:01 +0200 Subject: [PATCH 1/2] 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 From 5c24149237562f420873d016558ecc19cec65873 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 6 Apr 2023 19:36:46 +0200 Subject: [PATCH 2/2] ci: use a faster python on macOS the macOS machines used for github actions are sometimes slow, so rather try to put less burden on them. --- .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 ebb6c2510..2d0d4bdaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,8 +65,8 @@ jobs: python-version: '3.11' toxenv: py311-fuse3 - os: macos-12 - python-version: '3.9' - toxenv: py39-none # note: no fuse testing, due to #6099, see also #6196. + python-version: '3.11' + toxenv: py311-none # note: no fuse testing, due to #6099, see also #6196. env: # Configure pkg-config to use OpenSSL from Homebrew