Skip to content

Commit

Permalink
lsp: further reduce the config watch timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Egan <[email protected]>
  • Loading branch information
charlieegan3 committed Apr 15, 2024
1 parent d5bee69 commit bf48f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/lsp/config/watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ foo: bar

select {
case <-watcher.Reload:
case <-time.After(5 * time.Second):
case <-time.After(100 * time.Millisecond):
t.Fatal("timeout waiting for initial config event")
}

Expand Down

0 comments on commit bf48f11

Please sign in to comment.