Browse Source

CI: increase timeout to 90min

esp. the macOS CI jobs are sometimes rather slow,
so 40min were not enough.
Thomas Waldmann 1 year ago
parent
commit
dff29627dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.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