diff options
Diffstat (limited to 'internal/llm/tools')
| -rw-r--r-- | internal/llm/tools/diagnostics.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/llm/tools/diagnostics.go b/internal/llm/tools/diagnostics.go index dc90e5860..d58dbd9fc 100644 --- a/internal/llm/tools/diagnostics.go +++ b/internal/llm/tools/diagnostics.go @@ -65,7 +65,7 @@ func notifyLspOpenFile(ctx context.Context, filePath string, lsps map[string]*ls if err != nil { // Wait for the file to be opened and diagnostics to be received // TODO: see if we can do this in a more efficient way - time.Sleep(2 * time.Second) + time.Sleep(3 * time.Second) } } |
