]> granicus.if.org Git - vim/commitdiff
patch 8.2.2749: Vim9: test for error can be a bit flaky v8.2.2749
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Apr 2021 18:52:43 +0000 (20:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Apr 2021 18:52:43 +0000 (20:52 +0200)
Problem:    Vim9: test for error can be a bit flaky.
Solution:   Increase the wait time a bit.

src/testdir/test_vim9_script.vim
src/version.c

index 7155e8f3b0205077471d1a665e739412c330d53c..e57021009148299f94207fc902b4e490a1ddb771 100644 (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:'])
index fa3a9a8c652cba812c464368c81b37769efc1f33..7785ac37cdcac4597fdef537df3f4efab106534a 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2749,
 /**/
     2748,
 /**/