patch 8.2.0043: timers test is still flaky on Travis for Mac

Problem:    Timers test is still flaky on Travis for Mac.
Solution:   Increase maximum expected time.
This commit is contained in:
Bram Moolenaar
2019-12-25 15:47:14 +01:00
parent eac7ce01e9
commit 818fed7a5e
2 changed files with 4 additions and 2 deletions

View File

@ -20,8 +20,8 @@ func Test_timer_oneshot()
let slept = WaitFor('g:val == 1') let slept = WaitFor('g:val == 1')
call assert_equal(1, g:val) call assert_equal(1, g:val)
if has('mac') if has('mac')
" Mac on Travis can be slow. " Mac on Travis can be very slow.
let limit = 160 let limit = 180
else else
let limit = 100 let limit = 100
endif endif

View File

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