vim-patch:8.2.3512: timestamp test fails on some systems

Problem:    Timestamp test fails on some systems.
Solution:   Sleep for a short while.
accf4ed352
This commit is contained in:
zeertzjq 2022-02-13 21:33:28 +08:00
parent 03348e5b9d
commit bad22bd656

View File

@ -104,6 +104,7 @@ func Test_autoread_fast()
w!
silent !echo bar > Xautoread
sleep 10m
checktime
call assert_equal('bar', trim(getline(1)))