Skip to content

Commit c8523e2

Browse files
committed
patch 8.1.0031: terminal test aucmd_on_close if flaky
Problem: Terminal test aucmd_on_close if flaky. Solution: Wait a bit longer.
1 parent 3339d3d commit c8523e2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/testdir/test_terminal.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,8 @@ endfunc
384384
func s:get_sleep_cmd()
385385
if s:python != ''
386386
let cmd = s:python . " test_short_sleep.py"
387-
let waittime = 500
387+
" 500 was not enough for Travis
388+
let waittime = 900
388389
else
389390
echo 'This will take five seconds...'
390391
let waittime = 2000

src/version.c

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

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
31,
764766
/**/
765767
30,
766768
/**/

0 commit comments

Comments
 (0)