ソースを参照

workflow: increase tools timeout

Michele Caini 1 年間 前
コミット
a82a5958b3
1 ファイル変更2 行追加2 行削除
  1. 2 2
      .github/workflows/tools.yml

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

@@ -8,7 +8,7 @@ on:
 jobs:
 
   iwyu:
-    timeout-minutes: 30
+    timeout-minutes: 60
 
     env:
       IWYU: "0.22"
@@ -60,7 +60,7 @@ jobs:
         make -j4
 
   clang-tidy:
-    timeout-minutes: 30
+    timeout-minutes: 60
 
     runs-on: ubuntu-latest
     continue-on-error: true