emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot d6e0ba3 31/45: * eglot-tests.el (eclipse-connect)


From: João Távora
Subject: [elpa] externals/eglot d6e0ba3 31/45: * eglot-tests.el (eclipse-connect): Increase connect timeout to 20.
Date: Thu, 22 Nov 2018 19:15:31 -0500 (EST)

branch: externals/eglot
commit d6e0ba3b883c95361482377a50d62a8373081ec5
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    * 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"))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]