From 6221bd1459aca0f02e6bcdac8561247f33107e6d Mon Sep 17 00:00:00 2001 From: Daniel Olowoniyi Date: Thu, 12 Feb 2026 08:19:15 +0100 Subject: [PATCH] fix(opencode): increase LSP diagnostics timeout to 10s Fixes #13272. Increased diagnostics timeout from 3s to 10s to accommodate slow LSP servers like ESLint during initialization. --- packages/opencode/src/lsp/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/src/lsp/client.ts b/packages/opencode/src/lsp/client.ts index 8704b65acb5b..32240d8ddba0 100644 --- a/packages/opencode/src/lsp/client.ts +++ b/packages/opencode/src/lsp/client.ts @@ -228,7 +228,7 @@ export namespace LSPClient { } }) }), - 3000, + 10000, ) .catch(() => {}) .finally(() => {