mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 21:30:21 +00:00
ci: extend long-running test lane timeouts
This commit is contained in:
2
.github/workflows/ci-bun.yml
vendored
2
.github/workflows/ci-bun.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
needs: [preflight, build-bun-artifacts]
|
||||
if: needs.preflight.outputs.run_bun_checks == 'true'
|
||||
runs-on: blacksmith-16vcpu-ubuntu-2404
|
||||
timeout-minutes: 35
|
||||
timeout-minutes: 60
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix: ${{ fromJson(needs.preflight.outputs.bun_checks_matrix) }}
|
||||
|
||||
Reference in New Issue
Block a user