File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -442,10 +442,11 @@ func Test_connect_waittime()
442442 " Oops, port does exists.
443443 call ch_close (handle)
444444 else
445- " Failed connection should wait about 500 msec.
445+ " Failed connection should wait about 500 msec. Can be longer if the
446+ " computer is busy with other things.
446447 let elapsed = reltime (start )
447448 call assert_true (reltimefloat (elapsed) > 0.3 )
448- call assert_true (reltimefloat (elapsed) < 1.0 )
449+ call assert_true (reltimefloat (elapsed) < 1.5 )
449450 endif
450451 catch
451452 if v: exception !~ ' Connection reset by peer'
Original file line number Diff line number Diff line change @@ -743,6 +743,8 @@ static char *(features[]) =
743743
744744static int included_patches [] =
745745{ /* Add new patch number below this line */
746+ /**/
747+ 1540 ,
746748/**/
747749 1539 ,
748750/**/
You can’t perform that action at this time.
0 commit comments