ci: relax bundled channel fast smoke timeout

This commit is contained in:
Peter Steinberger
2026-04-25 06:31:33 +01:00
parent d4ed19dafc
commit 0970fc5da7
2 changed files with 3 additions and 2 deletions

View File

@@ -349,4 +349,5 @@ jobs:
- name: Run fast bundled plugin Docker E2E
env:
OPENCLAW_BUNDLED_CHANNEL_DEPS_E2E_IMAGE: openclaw-bundled-channel-fast:local
run: timeout 120s pnpm test:docker:bundled-channel-deps:fast
OPENCLAW_BUNDLED_CHANNEL_DOCKER_RUN_TIMEOUT: 90s
run: timeout 240s pnpm test:docker:bundled-channel-deps:fast