tests: use shorter sleeps to speed up test execution

This commit is contained in:
Boris Faure 2019-02-20 23:12:13 +01:00
parent 1218262ad0
commit 50684da0cb
2 changed files with 3 additions and 3 deletions

View File

@ -43,4 +43,4 @@ printf '\033[=0c'
printf '\033[=42c'
# let it print
sleep 1
sleep 0.2

View File

@ -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'