浏览代码

gh actions: increase timeout

especially the macos workers are sometimes extremely slow.
Thomas Waldmann 1 年之前
父节点
当前提交
8637520199
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -32,7 +32,7 @@ jobs:
   lint:
 
     runs-on: ubuntu-20.04
-    timeout-minutes: 10
+    timeout-minutes: 5
 
     steps:
     - uses: actions/checkout@v3
@@ -77,7 +77,7 @@ jobs:
       TOXENV: ${{ matrix.toxenv }}
 
     runs-on: ${{ matrix.os }}
-    timeout-minutes: 90
+    timeout-minutes: 180
 
     steps:
     - uses: actions/checkout@v3