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