diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/date-sec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/date-sec b/tests/misc/date-sec index 222b5cfdc..0ec5f77b7 100755 --- a/tests/misc/date-sec +++ b/tests/misc/date-sec @@ -56,7 +56,7 @@ case "$s" in esac # If necessary, wait for the system clock to pass the minute mark. -test $n = 0 || { echo sleeping for $n seconds...; sleep $n; } +test $n = 0 || { echo sleeping for 1-3 seconds...; sleep $n; } s=`date --date="21:04 +0100" +%S` case "$s" in |