mirror of
https://github.com/neovim/neovim.git
synced 2026-04-29 18:54:18 +00:00
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:
@@ -104,6 +104,7 @@ func Test_autoread_fast()
|
||||
|
||||
w!
|
||||
silent !echo bar > Xautoread
|
||||
sleep 10m
|
||||
checktime
|
||||
|
||||
call assert_equal('bar', trim(getline(1)))
|
||||
|
||||
Reference in New Issue
Block a user