From 50684da0cb7c4dd219e8c3e78ae768b0704b68d1 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Wed, 20 Feb 2019 23:12:13 +0100 Subject: [PATCH] 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 526027a2..ae68b991 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 b08c03b2..e1542661 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'