0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.2.2749: Vim9: test for error can be a bit flaky

Problem:    Vim9: test for error can be a bit flaky.
Solution:   Increase the wait time a bit.
This commit is contained in:
Bram Moolenaar 2021-04-10 20:52:43 +02:00
parent c429769776
commit fe95b94ffa
2 changed files with 3 additions and 1 deletions

View File

@ -3681,7 +3681,7 @@ def Test_no_unknown_error_after_error()
sleep 10m
endwhile
# wait for Exit_cb() to be called
sleep 100m
sleep 200m
END
writefile(lines, 'Xdef')
assert_fails('so Xdef', ['E684:', 'E1012:'])

View File

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