diff --git a/src/core/file-search/match/coreplugin-match.ts b/src/core/file-search/match/coreplugin-match.ts index d32e955..809ecde 100644 --- a/src/core/file-search/match/coreplugin-match.ts +++ b/src/core/file-search/match/coreplugin-match.ts @@ -40,7 +40,7 @@ export async function matchSearchUsingCorePlugin( // @ts-ignore const results = (view as any).dom?.resultDomLookup; resolve(results || new Map()); - }, 5000) + }, 10000) }); if (!searchResultsMap || searchResultsMap.size === 0) {