From e38fa342453b6b87c87fe3a835afe1b4e5f7aeeb Mon Sep 17 00:00:00 2001 From: desmondcheongzx Date: Wed, 18 Feb 2026 22:25:57 -0800 Subject: [PATCH] ci: increase integration-test-build timeout from 30 to 45 minutes Co-Authored-By: Claude Opus 4.6 --- .github/workflows/pr-test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-suite.yml b/.github/workflows/pr-test-suite.yml index b039e9c396..ec2ded1809 100644 --- a/.github/workflows/pr-test-suite.yml +++ b/.github/workflows/pr-test-suite.yml @@ -273,7 +273,7 @@ jobs: needs: skipcheck if: ${{ needs.skipcheck.outputs.skip == 'false' }} runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 45 env: package-name: daft strategy: