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:
parent
c429769776
commit
fe95b94ffa
@ -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:'])
|
||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2749,
|
||||
/**/
|
||||
2748,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user