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 993ffee commit 65feb1eCopy full SHA for 65feb1e
test/eglot-fsharp-integration-util.el
@@ -62,7 +62,7 @@
62
(find-file-noselect file))
63
64
(defun eglot-fsharp--tests-connect (&optional timeout)
65
- (let* ((timeout (or timeout 10))
+ (let* ((timeout (or timeout 30))
66
(eglot-sync-connect t)
67
(eglot-connect-timeout timeout))
68
(apply #'eglot--connect (eglot--guess-contact))))
0 commit comments