Skip to content

Commit

Permalink
patch 8.2.2749: Vim9: test for error can be a bit flaky
Browse files Browse the repository at this point in the history
Problem:    Vim9: test for error can be a bit flaky.
Solution:   Increase the wait time a bit.
  • Loading branch information
brammool committed Apr 10, 2021
1 parent c429769 commit fe95b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_vim9_script.vim
Expand Up @@ -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:'])
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2749,
/**/
2748,
/**/
Expand Down

0 comments on commit fe95b94

Please sign in to comment.