From b06cfca66f70d45be2610fa4810a5d8e9c32aa35 Mon Sep 17 00:00:00 2001 From: "shane.xb.qian" Date: Mon, 28 Nov 2022 17:40:54 +0800 Subject: [PATCH] fix: make the wait a bit longer // seems clangd maybe not startup yet Signed-off-by: shane.xb.qian --- test/unit_tests.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.48.1