From d990ae43ab80bf1e09ed30c8d68fe313d50a1eb7 Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Mon, 25 Aug 2025 07:18:15 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb55b82e..a3d4c65a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: uses: nick-fields/retry@v3.0.2 with: max_attempts: 5 - timeout_minutes: 10 + timeout_minutes: 15 retry_wait_seconds: 60 command: | wget https://apt.llvm.org/llvm.sh @@ -252,7 +252,7 @@ jobs: if: "${{ matrix.platform == 'Linux x86_64 Clang' }}" with: max_attempts: 5 - timeout_minutes: 10 + timeout_minutes: 15 retry_wait_seconds: 60 command: | wget https://apt.llvm.org/llvm.sh