billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=50684da0cb7c4dd219e8c3e78ae768b0704b68d1

commit 50684da0cb7c4dd219e8c3e78ae768b0704b68d1
Author: Boris Faure <[email protected]>
Date:   Wed Feb 20 23:12:13 2019 +0100

    tests: use shorter sleeps to speed up test execution
---
 tests/da.sh      | 2 +-
 tests/dsr-cpr.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/da.sh b/tests/da.sh
index 526027a..ae68b99 100755
--- a/tests/da.sh
+++ b/tests/da.sh
@@ -43,4 +43,4 @@ printf '\033[=0c'
 printf '\033[=42c'
 
 # let it print
-sleep 1
+sleep 0.2
diff --git a/tests/dsr-cpr.sh b/tests/dsr-cpr.sh
index b08c03b..e154266 100755
--- a/tests/dsr-cpr.sh
+++ b/tests/dsr-cpr.sh
@@ -12,7 +12,7 @@ printf '\033[6n'
 # Request cursor position (dec)
 printf '\033[?6n'
 
-sleep 1
+sleep 0.2
 
 # set top/bottom margins:
 printf '\033[10;20r'
@@ -29,7 +29,7 @@ printf '\033[6n'
 # Request cursor position (dec)
 printf '\033[?6n'
 
-sleep 1
+sleep 0.2
 
 # restrict cursor
 printf '\033[?6h'

-- 


Reply via email to