Sfoglia il codice sorgente

CI: increase timeout to 90min

esp. the macOS CI jobs are sometimes rather slow,
so 40min were not enough.
Thomas Waldmann 1 anno fa
parent
commit
dff29627dc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -77,7 +77,7 @@ jobs:
       TOXENV: ${{ matrix.toxenv }}
       TOXENV: ${{ matrix.toxenv }}
 
 
     runs-on: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
-    timeout-minutes: 40
+    timeout-minutes: 90
 
 
     steps:
     steps:
     - uses: actions/checkout@v3
     - uses: actions/checkout@v3