changeset 19639:4cce471fa537 v8.2.0376

patch 8.2.0376: nasty callback test fails on some systems Commit: https://github.com/vim/vim/commit/fa5d8a191d0f2deacffebf62dced5c2198cc0880 Author: Bram Moolenaar <Bram@vim.org> 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.
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Mar 2020 15:00:03 +0100
parents 4680390d4e2a
children c75765dd2a19
files src/testdir/test_terminal.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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\<CR>")
-  sleep 50m
+  sleep 100m
   exe g:buf0 .. 'bwipe'
   set hidden&
 endfunc
--- 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,