Commit bd4a6026 authored by Duo Developer's avatar Duo Developer Committed by Tomas Vik (OOO back on 2026-08-31)
Browse files

fix: increase Language Server startup timeout from 20s to 40s

parent ce306ee3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ import { RepositoryClient, RepositoryRequestFunction } from './repository_client
// Interface IDs for dependency injection
export const BaseLanguageClientId = createInterfaceId<BaseLanguageClient>('BaseLanguageClient');

const LS_STARTUP_TIMEOUT_MS = 20000;
const LS_STARTUP_TIMEOUT_MS = 40000;

const createNotifyFn =
  <T>(client: BaseLanguageClient, method: string) =>