ci: allow longer testbox helper runs · openclaw/openclaw@78f7ef8
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,6 +6,10 @@ on:
|
6 | 6 | type: string |
7 | 7 | description: "Testbox session ID" |
8 | 8 | required: true |
| 9 | +timeout_minutes: |
| 10 | +type: number |
| 11 | +description: "Maximum GitHub job runtime for long Testbox commands" |
| 12 | +default: 120 |
9 | 13 | pull_request: |
10 | 14 | paths: |
11 | 15 | - ".github/workflows/**" |
@@ -25,7 +29,7 @@ jobs:
|
25 | 29 | contents: read |
26 | 30 | name: "check" |
27 | 31 | runs-on: blacksmith-32vcpu-ubuntu-2404 |
28 | | -timeout-minutes: 30 |
| 32 | +timeout-minutes: ${{ fromJSON(inputs.timeout_minutes || '30') }} |
29 | 33 | steps: |
30 | 34 | - name: Begin Testbox |
31 | 35 | uses: useblacksmith/begin-testbox@233448af4bfdc6fca509a7f0974411ac6d8a8043 |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。