tag: 1.2
commit ea2fcc73481b8a305b5f75516e738e7c0013e1c9
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>
* eglot-tests.el (eclipse-connect): Increase connect timeout to 20.
---
eglot-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eglot-tests.el b/eglot-tests.el
index 74c0eac..6cea929 100644
--- a/eglot-tests.el
+++ b/eglot-tests.el
@@ -240,7 +240,7 @@ Pass TIMEOUT to `eglot--with-timeout'."
(with-current-buffer
(eglot--find-file-noselect "project/src/main/java/foo/Main.java")
(eglot--sniffing (:server-notifications s-notifs)
- (should (eglot--tests-connect 10))
+ (should (eglot--tests-connect 20))
(eglot--wait-for (s-notifs 10)
(&key _id method &allow-other-keys)
(string= method "language/status"))))))