From 90d777bd55b6a8213bfaf9c992568de55992255c Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Sun, 23 Jun 2019 21:30:06 +0100 Subject: Fix more byte compile errors --- robot/robot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot') diff --git a/robot/robot.sh b/robot/robot.sh index 12ac79e..6d51ea8 100644 --- a/robot/robot.sh +++ b/robot/robot.sh @@ -69,7 +69,7 @@ function wait_emacs { } function find_bot { - for i in `seq 1 20`; + for i in `seq 1 40`; do window_id=`xdotool search --onlyvisible --name "emacs-bot" 2> /dev/null` if [ -z "$window_id" ] -- cgit v1.2.3