From 5a0e4eaf5d0eabcdf587a186bb16b3c9d3776bf3 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Thu, 10 Oct 2024 10:55:46 -0600 Subject: [PATCH] test --- apps/wolfsshd/test/sshd_term_size_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wolfsshd/test/sshd_term_size_test.sh b/apps/wolfsshd/test/sshd_term_size_test.sh index c5964dba..e766ee68 100755 --- a/apps/wolfsshd/test/sshd_term_size_test.sh +++ b/apps/wolfsshd/test/sshd_term_size_test.sh @@ -40,7 +40,7 @@ tmux send-keys -t test 'echo;echo $COLUMNS $LINES;echo' tmux send-keys -t test 'ENTER' # give the command a second to run -sleep 0.5 +sleep 1 tmux capture-pane -t test RESULT=$(tmux show-buffer | grep '^[0-9]* [0-9]*$')