We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c76f8a commit a0babc0Copy full SHA for a0babc0
pylsp/_utils.py
@@ -14,7 +14,6 @@
14
import jedi
15
16
JEDI_VERSION = jedi.__version__
17
-CALL_TIMEOUT = 10
18
19
# Eol chars accepted by the LSP protocol
20
# the ordering affects performance
test/test_language_server.py
@@ -12,8 +12,8 @@
12
import pytest
13
from pylsp.python_lsp import start_io_lang_server, PythonLSPServer
-from pylsp._utils import CALL_TIMEOUT
+CALL_TIMEOUT = 10
RUNNING_IN_CI = bool(os.environ.get('CI'))
0 commit comments