Skip to content

Commit fa5d8a1

Browse files
committed
patch 8.2.0376: nasty callback test fails on some systems
Problem: Nasty callback test fails on some systems. Solution: Increase the sleep time.
1 parent 8210693 commit fa5d8a1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test_terminal.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,7 @@ func Test_term_nasty_callback()
24532453
call OpenTerms()
24542454

24552455
call term_sendkeys(g:buf0, "exit\<CR>")
2456-
sleep 50m
2456+
sleep 100m
24572457
exe g:buf0 .. 'bwipe'
24582458
set hidden&
24592459
endfunc

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,8 @@ static char *(features[]) =
738738

739739
static int included_patches[] =
740740
{ /* Add new patch number below this line */
741+
/**/
742+
376,
741743
/**/
742744
375,
743745
/**/

0 commit comments

Comments
 (0)