mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.2.2436: Vim9 script test is a bit flaky
Problem: Vim9 script test is a bit flaky. Solution: Wait longer for exit callback.
This commit is contained in:
@@ -3278,7 +3278,8 @@ def Test_no_unknown_error_after_error()
|
|||||||
while job_status(myjob) == 'run'
|
while job_status(myjob) == 'run'
|
||||||
sleep 10m
|
sleep 10m
|
||||||
endwhile
|
endwhile
|
||||||
sleep 10m
|
# wait for Exit_cb() to be called
|
||||||
|
sleep 100m
|
||||||
END
|
END
|
||||||
writefile(lines, 'Xdef')
|
writefile(lines, 'Xdef')
|
||||||
assert_fails('so Xdef', ['E684:', 'E1012:'])
|
assert_fails('so Xdef', ['E684:', 'E1012:'])
|
||||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2436,
|
||||||
/**/
|
/**/
|
||||||
2435,
|
2435,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user