1
0
forked from aniani/vim

patch 8.2.3512: timestamp test fails on some systems

Problem:    Timestamp test fails on some systems.
Solution:   Sleep for a short while.
This commit is contained in:
Bram Moolenaar
2021-10-15 00:38:02 +01:00
parent a06758dd38
commit accf4ed352
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3512,
/**/
3511,
/**/