Browse Source

CI: increase timeout

Thomas Waldmann 6 days ago
parent
commit
1298840de0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/ci.yml

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

@@ -148,7 +148,8 @@ jobs:
       TOXENV: ${{ matrix.toxenv }}
 
     runs-on: ${{ matrix.os }}
-    timeout-minutes: 180
+    # macOS machines can be slow, if overloaded.
+    timeout-minutes: 360
 
     steps:
     - uses: actions/checkout@v4