From: Yegappan Lakshmanan Date: Mon, 17 Jan 2022 05:54:52 +0000 (-0800) Subject: Wait for the LSP server to start X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=690bf26b237478489a63cebb8de6a6fb3b264c9c;p=vim-lsp.git Wait for the LSP server to start --- diff --git a/test/unit_tests.vim b/test/unit_tests.vim index 98c5af3..15d2324 100644 --- a/test/unit_tests.vim +++ b/test/unit_tests.vim @@ -396,7 +396,7 @@ def LspRunTests() # Edit a dummy C file to start the LSP server :edit Xtest.c - :sleep 500m + :sleep 2 :%bw! # Get the list of test functions in this file and call them