From: shane.xb.qian Date: Mon, 28 Nov 2022 09:40:54 +0000 (+0800) Subject: fix: make the wait a bit longer // seems clangd maybe not startup yet X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=b06cfca66f70d45be2610fa4810a5d8e9c32aa35;p=vim-lsp.git fix: make the wait a bit longer // seems clangd maybe not startup yet Signed-off-by: shane.xb.qian --- diff --git a/test/unit_tests.vim b/test/unit_tests.vim index 3ca84d3..9e4a48b 100644 --- a/test/unit_tests.vim +++ b/test/unit_tests.vim @@ -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 =<< trim END #include using namespace std;