mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
03348e5b9d
commit
bad22bd656
@ -104,6 +104,7 @@ func Test_autoread_fast()
|
|||||||
|
|
||||||
w!
|
w!
|
||||||
silent !echo bar > Xautoread
|
silent !echo bar > Xautoread
|
||||||
|
sleep 10m
|
||||||
checktime
|
checktime
|
||||||
|
|
||||||
call assert_equal('bar', trim(getline(1)))
|
call assert_equal('bar', trim(getline(1)))
|
||||||
|
Loading…
Reference in New Issue
Block a user