Procházet zdrojové kódy

Merge pull request #8067 from ThomasWaldmann/increase-gh-actions-timeout-1.4

gh actions: increase timeout (1.4-maint)
TW před 1 rokem
rodič
revize
e744e04821
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      .github/workflows/ci.yml

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

@@ -32,7 +32,7 @@ jobs:
   lint:
 
     runs-on: ubuntu-22.04
-    timeout-minutes: 2
+    timeout-minutes: 5
 
     steps:
     - uses: actions/checkout@v3
@@ -67,7 +67,7 @@ jobs:
       TOXENV: ${{ matrix.toxenv }}
 
     runs-on: ${{ matrix.os }}
-    timeout-minutes: 90
+    timeout-minutes: 180
 
     steps:
     - uses: actions/checkout@v3