]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
fix: make the wait a bit longer // seems clangd maybe not startup yet
authorshane.xb.qian <shane.qian@foxmail.com>
Mon, 28 Nov 2022 09:40:54 +0000 (17:40 +0800)
committershane.xb.qian <shane.qian@foxmail.com>
Wed, 21 Dec 2022 13:52:47 +0000 (21:52 +0800)
Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
test/unit_tests.vim

index 3ca84d39adeb18a60c783b525adcd27eb9487145..9e4a48b49fe17d0a0ad3ed517bbd015cc28d8774 100644 (file)
@@ -523,7 +523,7 @@ enddef
 # Test for :LspGotoDefinition, :LspGotoDeclaration and :LspGotoImpl
 def Test_LspGotoSymbol()
   silent! edit Xtest.cpp
-  sleep 200m
+  sleep 600m
   var lines: list<string> =<< trim END
     #include <iostream>
     using namespace std;