aboutsummaryrefslogtreecommitdiff
path: root/robot
diff options
context:
space:
mode:
Diffstat (limited to 'robot')
-rw-r--r--robot/robot.sh2
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" ]