Skip to content

Commit 9cfbda4

Browse files
author
Danny McClanahan
committed
update waiting in async tests
1 parent 8171bf2 commit 9cfbda4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/markdown-test.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3751,7 +3751,8 @@ Detail: https://github.com/jrblevin/markdown-mode/issues/79"
37513751
(defun markdown-test/live-preview-wait ()
37523752
(unless markdown-live-preview-current-buffer-sync-async
37533753
(sit-for (* markdown-live-preview-idle-delay 10))
3754-
(accept-process-output)))
3754+
(accept-process-output
3755+
markdown-live-preview-currently-exporting-process nil nil t)))
37553756

37563757
(defun markdown-test/live-preview-exports ()
37573758
(markdown-test-temp-file "inline.text"

0 commit comments

Comments
 (0)