You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: increase VERIFY_TIMEOUT_MS from 10s to 120s for local LLMs
Local LLMs (e.g. Qwen3 14B on laptop GPU via llama.cpp) can easily
exceed 10s for the verification response. Bump to 120s so onboarding
does not fail for users with slower local models.
Closes#28972
0 commit comments