Skip to content

Commit 6fd3a4b

Browse files
committed
patch 8.2.1944: Netbeans test is flaky
Problem: Netbeans test is flaky. Solution: Add a short delay. (Yegappan Lakshmanan, closes #7246)
1 parent 36113e4 commit 6fd3a4b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/testdir/test_netbeans.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ func Nb_basic(port)
309309
call WaitFor('len(ReadXnetbeans()) >= (g:last + 3)')
310310
let l = ReadXnetbeans()
311311
call assert_equal('send: 2:setDot!57 3/6', l[-1])
312+
sleep 10m
312313
call assert_equal([0, 3, 7, 0], getpos('.'))
313314
let g:last += 3
314315

@@ -318,6 +319,7 @@ func Nb_basic(port)
318319
call WaitFor('len(ReadXnetbeans()) >= (g:last + 3)')
319320
let l = ReadXnetbeans()
320321
call assert_equal('send: 2:setDot!57 9', l[-1])
322+
sleep 10m
321323
call assert_equal([0, 2, 1, 0], getpos('.'))
322324
let g:last += 3
323325

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
1944,
753755
/**/
754756
1943,
755757
/**/

0 commit comments

Comments
 (0)