浏览代码

CI: increase timeout to 90min

esp. the macOS CI jobs are sometimes rather slow,
so 40min were not enough.
Thomas Waldmann 1 年之前
父节点
当前提交
dff29627dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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