ソースを参照

Merge pull request #7892 from ThomasWaldmann/ci-timeout-1.2

CI: increase timeout to 90min
TW 1 年間 前
コミット
c35cddeb7e
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