fix(e2e): forward kitchen sink fixture wait knob · openclaw/openclaw@3914a36
vincentkoc
·
2026-06-19
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -3523,6 +3523,12 @@ output="$(cat "$sampler_log")"
|
3523 | 3523 | expect(runner).toContain( |
3524 | 3524 | "docker_e2e_read_positive_int_env OPENCLAW_DOCKER_E2E_LOG_PRINT_BYTES 65536", |
3525 | 3525 | ); |
| 3526 | +expect(runner).toContain( |
| 3527 | +"docker_e2e_read_positive_int_env OPENCLAW_CLAWHUB_FIXTURE_WAIT_ATTEMPTS 600", |
| 3528 | +); |
| 3529 | +expect(runner).toContain( |
| 3530 | +'-e "OPENCLAW_CLAWHUB_FIXTURE_WAIT_ATTEMPTS=$CLAW_HUB_FIXTURE_WAIT_ATTEMPTS"', |
| 3531 | +); |
3526 | 3532 | expect(runner).toContain( |
3527 | 3533 | '-e "OPENCLAW_DOCKER_E2E_LOG_PRINT_BYTES=$OPENCLAW_DOCKER_E2E_LOG_PRINT_BYTES"', |
3528 | 3534 | ); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。