Kaynağa Gözat

CI: increase timeout to 90min

esp. the macOS CI jobs are sometimes rather slow,
so 40min were not enough.
Thomas Waldmann 1 yıl önce
ebeveyn
işleme
dff29627dc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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