Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Oct 24, 2024
1 parent beb2553 commit b73c03e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/moepkg/settings.nim
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,8 @@ proc initLspServerSettings(): LspServerSettings =
result.rustAnalyzer = initLspRustAnalyzerSettings()

proc initLspSettings(): LspSettings =
result.enable = true
when not defined unitTest:
result.enable = true

result.features = initLspFeatureSettings()

Expand Down
2 changes: 1 addition & 1 deletion tests/tlsphandler.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@ suite "lsp: handleLspResponse":
assert status.lspInitialize(workspaceRoot, LangId).isOk

var isTimeout = true
for i in 0 .. 60:
for i in 0 .. 120:
const Timeout = 1000
let readable = lspClient.readable(Timeout).get
if not readable:
Expand Down

0 comments on commit b73c03e

Please sign in to comment.