]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1809: termdebug test flayk v9.0.1809
authorChristian Brabandt <cb@256bit.org>
Sun, 27 Aug 2023 19:48:29 +0000 (21:48 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 27 Aug 2023 19:48:29 +0000 (21:48 +0200)
Problem:  termdebug test flayk
Solution: wait slightly longer

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_termdebug.vim
src/version.c

index 49c84cf8b8ae0b03dc94d8bebdc91c0142c0fb9e..561dd47a1a3e97138399d2fecf1f80c90e946110 100644 (file)
@@ -61,7 +61,7 @@ func Test_termdebug_basic()
         \  'priority': 110, 'group': 'TermDebug'}],
         \ sign_getplaced('', #{group: 'TermDebug'})[0].signs)
   Run
-  call term_wait(gdb_buf, 200)
+  call term_wait(gdb_buf, 400)
   redraw!
   call assert_equal([
         \ {'lnum': 9, 'id': 12, 'name': 'debugPC', 'priority': 110,
index 5b5fdb63d0747a4e48407f1175805c9c898d9fb4..4aeb832859d01a342033047a393796a006e0d227 100644 (file)
@@ -699,6 +699,10 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1809,
+/**/
+    1808,
 /**/
     1807,
 /**/