Bladeren bron

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

gh actions: increase timeout (1.4-maint)
TW 1 jaar geleden
bovenliggende
commit
e744e04821
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      .github/workflows/ci.yml

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

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