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'