Skip to content

Commit

Permalink
Add delay
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Jan 30, 2025
1 parent 15dc217 commit e743113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/OmniSharp.Lsp.Tests/OmnisharpCompletionHandlerFacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1533,6 +1533,9 @@ protected async Task<CompletionList> FindCompletionsAsync(string filename, strin
}

OmniSharpTestHost.AddFilesToWorkspace(files);

await Task.Delay(1000);

var point = testFile.Content.GetPointFromPosition();

var request = new CompletionParams
Expand Down

0 comments on commit e743113

Please sign in to comment.