]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0737: tests: screendump tests may require a bit more time v9.1.0737
authorAliaksei Budavei <0x000c70@gmail.com>
Thu, 19 Sep 2024 17:43:14 +0000 (19:43 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 19 Sep 2024 17:44:17 +0000 (19:44 +0200)
Problem:  Asynchronous terminal jobs occassionally require more time
          to complete and redraw the window
Solution: increase the sleep value from 10 to 50 milliseconds
          (Aliaksei Budavei)

closes: #15695

Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/screendump.vim
src/version.c

index a2a54f4ec3737e3478ed23223737a946bb9a0544..e7cda2ef47ac2aeef11114b3eb51eda020974322 100644 (file)
@@ -80,7 +80,7 @@ func VerifyScreenDump(buf, filename, options, ...)
   let i = 0
   while 1
     " leave some time for updating the original window
-    sleep 10m
+    sleep 50m
     call delete(testfile)
     call term_dumpwrite(a:buf, testfile, a:options)
     let testdump = ReadAndFilter(testfile, filter)
index d5aed361434045987826e849f9bb442ae472552e..5f20651b159fa482f7f9f3e7bada0395ca36ae8f 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    737,
 /**/
     736,
 /**/