From 690bf26b237478489a63cebb8de6a6fb3b264c9c Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sun, 16 Jan 2022 21:54:52 -0800 Subject: [PATCH] Wait for the LSP server to start --- 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 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 -- 2.48.1