From ea08effd02af2529e2f0bc67861c95dd95ba2a2a Mon Sep 17 00:00:00 2001 From: mzkarami Date: Mon, 27 Jul 2026 22:27:08 +0200 Subject: [PATCH] fix(heavy-tests): use supported init flag (#3412) Co-authored-by: mzkarami <1917371+mzkarami@users.noreply.github.com> --- tests/heavy/frontmatter_scan_wallclock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/heavy/frontmatter_scan_wallclock.sh b/tests/heavy/frontmatter_scan_wallclock.sh index 162e4d129..0c42d963c 100755 --- a/tests/heavy/frontmatter_scan_wallclock.sh +++ b/tests/heavy/frontmatter_scan_wallclock.sh @@ -83,7 +83,7 @@ echo "[fm_wallclock] fixture seeded in ${SEED_ELAPSED}s" | tee -a "$LOG" # This script measures doctor's frontmatter-scan wallclock — it never embeds — # so the CI runner doesn't need OPENAI_API_KEY / ZEROENTROPY_API_KEY / VOYAGE_API_KEY. echo "[fm_wallclock] init brain..." | tee -a "$LOG" -timeout 120s bun run src/cli.ts init --pglite --yes --no-embedding >> "$LOG" 2>&1 || { +timeout 120s bun run src/cli.ts init --pglite --non-interactive --no-embedding >> "$LOG" 2>&1 || { echo "[fm_wallclock] FAIL: gbrain init exited non-zero" >&2 echo "Log tail:" >&2 tail -30 "$LOG" >&2