浏览代码

Bump docker build timeout to 20 minutes

tags/v2.1.2^2
9seconds 4 年前
父节点
当前提交
14dfb9506a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml 查看文件

@@ -76,7 +76,7 @@ jobs:
76 76
   docker:
77 77
     name: Docker
78 78
     runs-on: ubuntu-latest
79
-    timeout-minutes: 15
79
+    timeout-minutes: 20
80 80
     steps:
81 81
       - name: Checkout
82 82
         uses: actions/checkout@v2

正在加载...
取消
保存