From: Michael Albinus Date: Wed, 23 Jan 2019 18:16:36 +0000 (+0100) Subject: ; More instrumentation of tramp-tests.el for hydra X-Git-Tag: emacs-27.0.90~3748 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b75c5acd4de3cfbbc4612e01b91fce0fd3ba453;p=emacs.git ; More instrumentation of tramp-tests.el for hydra * test/lisp/net/tramp-tests.el (tramp--test-instrument-test-case): Adapt docstring. --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 9278c2254b8..c9532f54b7c 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -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))