From bfd3d3fce9c199762b3bac8635d66b074682af17 Mon Sep 17 00:00:00 2001 From: Gabriele Battimelli Date: Thu, 23 Apr 2026 15:04:36 +0200 Subject: [PATCH] Increase PhysLib build timeout to 90 min for initial build --- .github/workflows/weekly-index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-index.yml b/.github/workflows/weekly-index.yml index 3d774b6..d5d45cf 100644 --- a/.github/workflows/weekly-index.yml +++ b/.github/workflows/weekly-index.yml @@ -104,7 +104,7 @@ jobs: - name: Build PhysLib if: steps.check.outputs.has_changes == 'true' run: cd physlib && lake exe cache get && lake build - timeout-minutes: 30 + timeout-minutes: 90 # jixia must be cloned before its cache step - name: Clone jixia