Skip to content

Commit 1f6ef66

Browse files
committed
patch 7.4.1359
Problem: Channel test ch_sendexpr() times out. Solution: Increase the timeout
1 parent 1d6fbe6 commit 1f6ef66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/test_channel.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func s:communicate(port)
146146

147147
" check setting options (without testing the effect)
148148
call ch_setoptions(handle, {'callback': 's:NotUsed'})
149-
call ch_setoptions(handle, {'timeout': 111})
149+
call ch_setoptions(handle, {'timeout': 1111})
150150
call assert_fails("call ch_setoptions(handle, {'waittime': 111})", "E475")
151151
call assert_fails("call ch_setoptions(handle, {'mode': 'json'})", "E475")
152152

src/version.c

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

748748
static int included_patches[] =
749749
{ /* Add new patch number below this line */
750+
/**/
751+
1359,
750752
/**/
751753
1358,
752754
/**/

0 commit comments

Comments
 (0)