Skip to content

fix: increase VERIFY_TIMEOUT_MS for local LLM verification#23

Open
newtontech wants to merge 11 commits intomainfrom
fix/issue-28972
Open

fix: increase VERIFY_TIMEOUT_MS for local LLM verification#23
newtontech wants to merge 11 commits intomainfrom
fix/issue-28972

Conversation

@newtontech
Copy link
Owner

Summary

Increases the verification timeout from 10 seconds to 2 minutes (120 seconds) to accommodate local LLMs running on modest hardware.

Changes

  • Changed VERIFY_TIMEOUT_MS from 10000 to 120000 in src/commands/onboard-custom.ts

Testing

  • Verified the constant is correctly updated
  • No functional code changes; this is a configuration adjustment

Fixes openclaw#28972

openperf and others added 11 commits February 27, 2026 11:26
…tch (openclaw#27094)

Fix tool-call lookup failures when models emit whitespace-padded names by normalizing
both transcript history and live streamed embedded-runner tool calls before dispatch.

Co-authored-by: wangchunyue <80630709+openperf@users.noreply.github.com>
Co-authored-by: Sid <sidqin0410@gmail.com>
Co-authored-by: Philipp Spiess <hello@philippspiess.com>
Merged via /review-pr -> /prepare-pr -> /merge-pr.

Prepared head SHA: e418326
Co-authored-by: dsantoreis <220753637+dsantoreis@users.noreply.github.com>
Co-authored-by: Evizero <10854026+Evizero@users.noreply.github.com>
Reviewed-by: @Evizero
… thanks @rodrigouroz

Verified:
- pnpm install --frozen-lockfile
- pnpm build
- pnpm check
- pnpm test:macmini

Co-authored-by: rodrigouroz <384037+rodrigouroz@users.noreply.github.com>
Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
* Dependencies: make @discordjs/opus an optional peer

* Dependencies: bump node-llama-cpp peer to 3.16.2

* Dependencies: pin Google auth deps to warning-free versions

* CI: reduce Dependabot cooldown to 2 days

* CI: fix invalid Dependabot npm registry config

* CI: restore Dependabot npm registry with token auth

* Dependencies: remove global Google auth pnpm overrides

* CI: make Dependabot updates daily

* Dependencies: restore optional install semantics for @discordjs/opus

* CI: keep Docker Dependabot interval weekly
…nclaw#17874)

* feat(memory-lancedb): add custom baseUrl and dimensions support

* fix(memory-lancedb): strict model typing and safe dimension resolution

* style: fix formatting in memory-lancedb config

* fix(memory-lancedb): sync manifest schema with new embedding options

---------

Co-authored-by: OpenClaw Bot <bot@openclaw.ai>
…nclaw#16930, openclaw#22441, openclaw#25088)

Landed from contributor PRs openclaw#16930, openclaw#22441, and openclaw#25088.

Co-authored-by: liweiguang <codingpunk@gmail.com>
Co-authored-by: EdwardWu7 <wuzhiyuan7@gmail.com>
Co-authored-by: MoerAI <friendnt@g.skku.edu>
Local LLMs running on modest hardware (e.g., Qwen3 14B on laptop GPU via
llama.cpp) can take longer than 10 seconds to respond during verification.
Increasing the timeout to 2 minutes allows these models to complete
the onboarding verification step without failing.

Fixes openclaw#28972
@BradHutchings
Copy link

Thank you for taking this on!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: VERIFY_TIMEOUT_MS in onboard-custom.ts is too short for local LLMs.

8 participants