ソースを参照

Increase test time in CI

tags/v2.1.6^2
9seconds 4年前
コミット
b0063a4a25
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml ファイルの表示

@@ -38,7 +38,7 @@ jobs:
38 38
   test:
39 39
     name: Test
40 40
     runs-on: ubuntu-latest
41
-    timeout-minutes: 5
41
+    timeout-minutes: 10
42 42
     strategy:
43 43
       matrix:
44 44
         go_version:

読み込み中…
キャンセル
保存