cmake-language-server: disable test timeouts

This commit is contained in:
Kira Bruneau
2021-05-17 18:34:45 -04:00
parent 83d907fd76
commit 935f82784b
2 changed files with 22 additions and 5 deletions
@@ -0,0 +1,13 @@
diff --git a/tests/test_server.py b/tests/test_server.py
index c0777f5..1184fb3 100644
--- a/tests/test_server.py
+++ b/tests/test_server.py
@@ -11,7 +11,7 @@ from pygls.types import (CompletionContext, CompletionParams,
InitializeParams, Position, TextDocumentIdentifier,
TextDocumentItem, TextDocumentPositionParams)
-CALL_TIMEOUT = 2
+CALL_TIMEOUT = None
def _init(client: LanguageServer, root: Path):