]> granicus.if.org Git - vim/commitdiff
patch 8.2.0376: nasty callback test fails on some systems v8.2.0376
authorBram Moolenaar <Bram@vim.org>
Fri, 13 Mar 2020 13:55:23 +0000 (14:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 13 Mar 2020 13:55:23 +0000 (14:55 +0100)
Problem:    Nasty callback test fails on some systems.
Solution:   Increase the sleep time.

src/testdir/test_terminal.vim
src/version.c

index 8d32cbc3731348e98c98b7f256c9270a670ac696..e452e454799576613f0bdce68437d0a53b17c6a4 100644 (file)
@@ -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
index 2e720adce445c4ad3320f79aba001e9b4192bc30..a1a4a887c1cd6b34d338a5e16b74bafb121b73d7 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    376,
 /**/
     375,
 /**/