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]*$')