1
0
forked from aniani/vim

patch 8.2.1944: Netbeans test is flaky

Problem:    Netbeans test is flaky.
Solution:   Add a short delay. (Yegappan Lakshmanan, closes #7246)
This commit is contained in:
Bram Moolenaar
2020-11-03 11:53:29 +01:00
parent 36113e46b4
commit 6fd3a4ba23
2 changed files with 4 additions and 0 deletions

View File

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

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1944,
/**/
1943,
/**/