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

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

[elpa] externals/eglot d673cf7 07/24: Increase test timeout in hopes of


From: João Távora
Subject: [elpa] externals/eglot d673cf7 07/24: Increase test timeout in hopes of convincing Travis CI
Date: Sat, 26 May 2018 14:31:14 -0400 (EDT)

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

    Increase test timeout in hopes of convincing Travis CI
    
    * eglot-tests.el (rls-watches-files): Increase timeout
---
 eglot-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot-tests.el b/eglot-tests.el
index 65e85a4..718b811 100644
--- a/eglot-tests.el
+++ b/eglot-tests.el
@@ -223,7 +223,7 @@
     (eglot--with-dirs-and-files
         '(("project" . (("coiso.rs" . "bla")
                         ("merdix.rs" . "bla"))))
-      (eglot--with-test-timeout 2
+      (eglot--with-test-timeout 3
         (with-current-buffer
             (eglot--find-file-noselect "project/coiso.rs")
           (should (zerop (shell-command "cargo init")))



reply via email to

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