]> git.eshelyaron.com Git - emacs.git/commitdiff
; Instrument tramp-tests.el
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 25 Jul 2022 09:47:43 +0000 (11:47 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 25 Jul 2022 09:47:43 +0000 (11:47 +0200)
test/lisp/net/tramp-tests.el

index e2abb77591fd6f97c19f5c7af40ca2e026a9c281..f2ef520162929f6d842f5986906012d3c4a28eaf 100644 (file)
@@ -5357,6 +5357,7 @@ INPUT, if non-nil, is a string sent to the process."
   (when (tramp--test-adb-p)
     (skip-unless (tramp--test-emacs27-p)))
 
+  (tramp--test-instrument-test-case (if (getenv "EMACS_EMBA_CI") 10 0)
   (dolist (quoted (if (tramp--test-expensive-test-p) '(nil t) '(nil)))
     (let ((tmp-name (tramp--test-make-temp-name nil quoted))
          (default-directory ert-remote-temporary-file-directory)
@@ -5445,7 +5446,7 @@ INPUT, if non-nil, is a string sent to the process."
                   (read (tramp--test-shell-command-to-string-asynchronously
                          "tput cols")))))
       (when (natnump cols)
-       (should (= cols async-shell-command-width))))))
+       (should (= cols async-shell-command-width)))))))
 
 (tramp--test-deftest-direct-async-process tramp-test32-shell-command 'unstable)