Skip to content

Commit 65feb1e

Browse files
Increase default test timeout
1 parent 993ffee commit 65feb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/eglot-fsharp-integration-util.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
(find-file-noselect file))
6363

6464
(defun eglot-fsharp--tests-connect (&optional timeout)
65-
(let* ((timeout (or timeout 10))
65+
(let* ((timeout (or timeout 30))
6666
(eglot-sync-connect t)
6767
(eglot-connect-timeout timeout))
6868
(apply #'eglot--connect (eglot--guess-contact))))

0 commit comments

Comments
 (0)