0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.1.0031: terminal test aucmd_on_close if flaky

Problem:    Terminal test aucmd_on_close if flaky.
Solution:   Wait a bit longer.
This commit is contained in:
Bram Moolenaar
2018-06-03 18:22:02 +02:00
parent 3339d3dad9
commit c8523e2e6c
2 changed files with 4 additions and 1 deletions

View File

@@ -384,7 +384,8 @@ endfunc
func s:get_sleep_cmd()
if s:python != ''
let cmd = s:python . " test_short_sleep.py"
let waittime = 500
" 500 was not enough for Travis
let waittime = 900
else
echo 'This will take five seconds...'
let waittime = 2000

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
31,
/**/
30,
/**/