0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 9.0.1809: termdebug test flayk

Problem:  termdebug test flayk
Solution: wait slightly longer

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2023-08-27 21:48:29 +02:00
parent f2534434c9
commit 6c93c94929
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
2 changed files with 5 additions and 1 deletions

View 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,

View File

@ -699,6 +699,10 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1809,
/**/
1808,
/**/
1807,
/**/