ci: Increase compilation task time limit (#4098)

* ci: Increase compilation task time limit

* update

* update

* rename

* update

* update
This commit is contained in:
YUNSHEN XIE
2025-09-16 20:05:45 +08:00
committed by GitHub
parent e79a1a7938
commit 4f8901489c
5 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ on:
jobs:
fd-build:
runs-on: [self-hosted, GPU-Build]
timeout-minutes: 240
timeout-minutes: 360
outputs:
wheel_path: ${{ steps.set_output.outputs.wheel_path }}
steps:
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
outputs:
docker_name_precheck: ${{ steps.docker_build.outputs.docker_name_precheck }}
steps:
- name: Code Prepare
- name: Docker Build
id: docker_build
shell: bash
env:
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
run_tests_with_coverage:
runs-on: [self-hosted, GPU-h1z1-2Cards]
timeout-minutes: 60
timeout-minutes: 90
needs: check_cov_skip
if: needs.check_cov_skip.outputs.can-skip != 'true'
outputs: