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.
2 parents 57a5f9e + f500d06 commit c29e42dCopy full SHA for c29e42d
testsuite/drivers/lsp_python_driver.py
@@ -120,7 +120,7 @@ def __init__(
120
121
# Kill the server when we reach this time
122
self.kill_me_at = time.time() + int(
123
- RLIMIT_SECONDS * os.environ.get("ALS_WAIT_FACTOR", 1.0)
+ RLIMIT_SECONDS * float(os.environ.get("ALS_WAIT_FACTOR", "1.0"))
124
)
125
126
# This contains either None or a timestamp. If a timestamp,
0 commit comments