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

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: