From 73a24142895cbd169bc9f699fd72dfa6e4f61c15 Mon Sep 17 00:00:00 2001 From: DarkSharpness <76582120+DarkSharpness@users.noreply.github.com> Date: Wed, 2 Sep 2026 08:47:51 +0800 Subject: [PATCH] [CI] Double the base-b-test-1-gpu-large timeout (#37452) Co-authored-by: Claude Opus 5 (1M context) --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 5ebae988b..8340650c9 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -333,7 +333,7 @@ jobs: check_changes: ${{ toJson(needs.check-changes.outputs) }} caller_inputs: ${{ toJson(inputs) }} partitions: ${{ needs.check-changes.outputs.partitions }} - run_timeout_minutes: '30' + run_timeout_minutes: '60' timeout_per_file: '1800' rust_ext_artifact: ${{ needs.rust-ext-build.outputs.artifact_name }} secrets: inherit