diff options
Diffstat (limited to 'test/lisp/net')
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index de4fc8e0513..94e91b79300 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -86,8 +86,8 @@ | |||
| 86 | tramp-message-show-message nil | 86 | tramp-message-show-message nil |
| 87 | tramp-persistency-file-name nil) | 87 | tramp-persistency-file-name nil) |
| 88 | 88 | ||
| 89 | ;; This shall happen on hydra only. | 89 | ;; This should happen on hydra only. |
| 90 | (when (getenv "NIX_STORE") | 90 | (when (getenv "EMACS_HYDRA_CI") |
| 91 | (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) | 91 | (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) |
| 92 | 92 | ||
| 93 | (defvar tramp--test-expensive-test | 93 | (defvar tramp--test-expensive-test |
| @@ -3706,7 +3706,7 @@ process sentinels. They shall not disturb each other." | |||
| 3706 | ;; On hydra, timings are bad. | 3706 | ;; On hydra, timings are bad. |
| 3707 | (timer-repeat | 3707 | (timer-repeat |
| 3708 | (cond | 3708 | (cond |
| 3709 | ((getenv "NIX_STORE") 10) | 3709 | ((getenv "EMACS_HYDRA_CI") 10) |
| 3710 | (t 1))) | 3710 | (t 1))) |
| 3711 | ;; We must distinguish due to performance reasons. | 3711 | ;; We must distinguish due to performance reasons. |
| 3712 | (timer-operation | 3712 | (timer-operation |