[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 16d614b: ; Fix previous commit
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] master 16d614b: ; Fix previous commit |
Date: |
Wed, 30 Jan 2019 04:51:57 -0500 (EST) |
branch: master
commit 16d614bbae25f2bc6b49b575b6da61ea301520bb
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
; Fix previous commit
---
test/lisp/net/tramp-tests.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 92ad41b..129ffe9 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 16d614b: ; Fix previous commit,
Michael Albinus <=