Skip to content

Commit

Permalink
* eglot-tests.el (eclipse-connect): Increase connect timeout to 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotavora committed Nov 7, 2018
1 parent 2a410e9 commit d6e0ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eglot-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"))))))
Expand Down

0 comments on commit d6e0ba3

Please sign in to comment.