diff options
Diffstat (limited to 'robot')
| -rw-r--r-- | robot/robot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] |
