]> git.eshelyaron.com Git - emacs.git/commitdiff
; More instrumentation of tramp-tests.el for hydra
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 23 Jan 2019 18:16:36 +0000 (19:16 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 23 Jan 2019 18:16:36 +0000 (19:16 +0100)
* test/lisp/net/tramp-tests.el (tramp--test-instrument-test-case):
Adapt docstring.

test/lisp/net/tramp-tests.el

index 9278c2254b863fd7ee9d3031c59ea97d1f8f09d2..c9532f54b7c8f372d38eaab0b091c532412a4cf6 100644 (file)
@@ -3806,7 +3806,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
   (skip-unless (tramp--test-enabled))
   (skip-unless (tramp--test-sh-p))
 
-  (tramp--test-instrument-test-case 0
+  (tramp--test-instrument-test-case 10
   (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil)))
     (let ((default-directory tramp-test-temporary-file-directory)
          (tmp-name (tramp--test-make-temp-name nil quoted))
@@ -3873,7 +3873,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
   (skip-unless (tramp--test-sh-p))
   (skip-unless (tramp--test-emacs27-p))
 
-  (tramp--test-instrument-test-case 0
+  (tramp--test-instrument-test-case 10
   (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil)))
     (let ((default-directory tramp-test-temporary-file-directory)
          (tmp-name (tramp--test-make-temp-name nil quoted))