From 20c90836aa10045db330699439416197df9fc761 Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Sat, 22 Jun 2019 16:37:42 +0100 Subject: Speed up robot tests with polling --- robot/basic-run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'robot/basic-run.sh') diff --git a/robot/basic-run.sh b/robot/basic-run.sh index 9e0d69c..0eb5d11 100755 --- a/robot/basic-run.sh +++ b/robot/basic-run.sh @@ -5,7 +5,7 @@ set -e function run_drill { ## Org-drill should be running at this point, so give three answers ## with a score of file - sleep_big + sleep_small echo answer one send_answer @@ -19,7 +19,6 @@ function run_drill { ## Press any key to continue echo press any key to continue retn - sleep_small echo Save file key y @@ -32,7 +31,6 @@ source $this_dir/robot.sh launch_emacs $this_dir/basic-run.el { - sleep 1 find_bot ## Run once with default options -- cgit v1.2.3