spawn/sh/e2e
A 8d3f848907
fix(e2e): increase openclaw gateway resilience timeout to 60s (#2587)
GCP e2-micro VMs are slow and throttled. When the openclaw gateway is
killed during the resilience test, the lock file is held by the dead
process for ~5s. This causes the first systemd restart attempt to fail
with "lock timeout after 5000ms", requiring a second restart cycle.

Timeline on slow VMs: RestartSec(5) + lock-timeout(5) + RestartSec(5)
+ boot(5) ≈ 20s. The previous 30s window was too tight — the gateway
DID recover but just barely missed the polling window on throttled CPUs.

Increasing to 60s gives a comfortable 3x margin for all VM types.

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
2026-03-13 13:48:02 -04:00
..
lib fix(e2e): increase openclaw gateway resilience timeout to 60s (#2587) 2026-03-13 13:48:02 -04:00
e2e.sh feat: add Telegram soak test for OpenClaw (--soak mode) (#2492) 2026-03-11 05:51:53 -04:00