diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-01-30 10:51:48 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-01-30 10:51:48 +0100 |
commit | 16d614bbae25f2bc6b49b575b6da61ea301520bb (patch) | |
tree | c63f120afd7df156530844d0a869a4b6e336c4dc | |
parent | 879d9ce713cb43eadf5bc273619c5bf827bf041c (diff) | |
download | emacs-16d614bbae25f2bc6b49b575b6da61ea301520bb.tar.gz emacs-16d614bbae25f2bc6b49b575b6da61ea301520bb.tar.bz2 emacs-16d614bbae25f2bc6b49b575b6da61ea301520bb.zip |
; Fix previous commit
-rw-r--r-- | test/lisp/net/tramp-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 92ad41b19ad..129ffe9eee7 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -5229,6 +5229,7 @@ process sentinels. They shall not disturb each other." ;; infrequently hangs for hours until killed by the infrastructure. (with-timeout (300 (tramp--test-timeout-handler)) (define-key special-event-map [sigusr1] 'tramp--test-timeout-handler) + (tramp--test-instrument-test-case (if (getenv "EMACS_HYDRA_CI") 10 0) (let* (;; For the watchdog. (default-directory (expand-file-name temporary-file-directory)) (watchdog |