(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)
(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)