]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Wait for the LSP server to start
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 17 Jan 2022 05:54:52 +0000 (21:54 -0800)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 17 Jan 2022 05:54:52 +0000 (21:54 -0800)
test/unit_tests.vim

index 98c5af31bf64947986e81c21bce6f1fd43daa13a..15d23244f3448b67c5e3d2d8fdaf7005086da7e0 100644 (file)
@@ -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