a73x

a00c73c1

test: e2e — the half-frame leg's timeout scales with E2E_TIME_SCALE

a73x   2026-08-27 14:10

Commit message
test: e2e — the half-frame leg's timeout scales with E2E_TIME_SCALE

A kcov-slowed stats reply must not read as the wedge it pins.

test/e2e_01_boot.sh
Old New
@@ -991,7 +991,7 @@ defer_kill "$HFPID"
991 wait_for "$HFMARK" sent 5 || { 991 wait_for "$HFMARK" sent 5 || {
992 echo "e2e FAIL: half-frame: peer never connected"; tail -30 "$OUT.hf.d"; exit 1; } 992 echo "e2e FAIL: half-frame: peer never connected"; tail -30 "$OUT.hf.d"; exit 1; }
993 set +e 993 set +e
994 timeout 5 "$MUXD" stats --sock "$SOCKHF" > "$OUT.hf.st" 2>&1 994 timeout $((5 * TIME_SCALE)) "$MUXD" stats --sock "$SOCKHF" > "$OUT.hf.st" 2>&1
995 HFRC=$? 995 HFRC=$?
996 set -e 996 set -e
997 [ "$HFRC" -eq 0 ] || { 997 [ "$HFRC" -eq 0 ] || {