ci:every job settimeout 30min

This commit is contained in:
luoliwoshang
2025-09-05 11:26:29 +08:00
parent 7ae6686f6b
commit 22c26c1aaa
6 changed files with 14 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ concurrency:
jobs:
download-model:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Download model file
run: |
@@ -32,6 +33,7 @@ jobs:
llgo:
needs: download-model
continue-on-error: true
timeout-minutes: 30
strategy:
matrix:
os:
@@ -137,6 +139,7 @@ jobs:
test:
continue-on-error: true
timeout-minutes: 30
strategy:
matrix:
os:
@@ -180,6 +183,7 @@ jobs:
hello:
continue-on-error: true
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-24.04, macos-latest]
@@ -238,6 +242,7 @@ jobs:
cross-compile:
continue-on-error: true
timeout-minutes: 30
strategy:
matrix:
os: [macos-latest]