diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-22 16:37:42 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-22 16:37:42 +0100 |
| commit | 20c90836aa10045db330699439416197df9fc761 (patch) | |
| tree | cbb6d35e26565e91ce67df5cb34b749eaf4eef37 /robot/basic-run.sh | |
| parent | 4300ef9d4c70ce47bee196ee49b873fe8603ff66 (diff) | |
| download | org-drill-20c90836aa10045db330699439416197df9fc761.tar.gz org-drill-20c90836aa10045db330699439416197df9fc761.zip | |
Speed up robot tests with polling
Diffstat (limited to 'robot/basic-run.sh')
| -rwxr-xr-x | robot/basic-run.sh | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
