Bläddra i källkod

gh actions: increase timeout

especially the macos workers are sometimes
extremely slow.
Thomas Waldmann 1 år sedan
förälder
incheckning
009a88626f
1 ändrade filer med 2 tillägg och 2 borttagningar
  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