From: Bram Moolenaar Date: Fri, 13 Mar 2020 13:55:23 +0000 (+0100) Subject: patch 8.2.0376: nasty callback test fails on some systems X-Git-Tag: v8.2.0376 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa5d8a191d0f2deacffebf62dced5c2198cc0880;p=vim 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 index 8d32cbc37..e452e4547 100644 --- 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 index 2e720adce..a1a4a887c 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 376, /**/ 375, /**/