From fa3ca60111cd978f9e3ac62d2488539a8f6997ce Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 16 Jul 2022 17:46:12 -0700 Subject: [PATCH] Add a tmux-sleep to tmux-history-search This test was failing often on my local Mac; this sleep seems to make it reliable again. --- tests/checks/tmux-history-search.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/checks/tmux-history-search.fish b/tests/checks/tmux-history-search.fish index 22e14c445..9dc1b4fd1 100644 --- a/tests/checks/tmux-history-search.fish +++ b/tests/checks/tmux-history-search.fish @@ -10,6 +10,7 @@ isolated-tmux send-keys 'true needle' Enter tmux-sleep isolated-tmux send-keys 'true hay ee hay' Enter # CHECK: prompt 1> true hay ee hay +tmux-sleep isolated-tmux send-keys C-p C-a M-f M-f M-f M-. # CHECK: prompt 2> true hay needle hay tmux-sleep