From ffb2a8213af1f2a5e62fafe409acfc7d4a2e879c Mon Sep 17 00:00:00 2001 From: Jeremy <115189828+seojumper@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:37:53 -0500 Subject: [PATCH] Increase build timeout from 5 to 10 minutes Builds are currently failing due to timeout in the workflow with the time that it is taking to perform the gen process. Suggesting doubling this configured time in the workflow. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae7dcaf20..8723dfc76 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: build: name: Build runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 10 steps: - uses: actions/checkout@v5 - uses: actions/setup-python@v6