# HG changeset patch # User Bram Moolenaar # Date 1584108003 -3600 # Node ID 4cce471fa5376d48f4ec428bae2a10e8d9e97653 # Parent 4680390d4e2af02e4f743c5f0bfb9ee29a5e0693 patch 8.2.0376: nasty callback test fails on some systems Commit: https://github.com/vim/vim/commit/fa5d8a191d0f2deacffebf62dced5c2198cc0880 Author: Bram Moolenaar Date: Fri Mar 13 14:55:23 2020 +0100 patch 8.2.0376: nasty callback test fails on some systems Problem: Nasty callback test fails on some systems. Solution: Increase the sleep time. diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim --- a/src/testdir/test_terminal.vim +++ b/src/testdir/test_terminal.vim @@ -2453,7 +2453,7 @@ func Test_term_nasty_callback() call OpenTerms() call term_sendkeys(g:buf0, "exit\") - sleep 50m + sleep 100m exe g:buf0 .. 'bwipe' set hidden& endfunc diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 376, +/**/ 375, /**/ 374,