commit | 562ca7142845273bca656aa5aeeda90f001062e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 09 21:50:05 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 09 21:50:05 2016 +0100 |
tree | 8eba13730ca8f55c6e217984169ccb6502c0f0e9 | |
parent | d5d3d307ddb824f59a2f2516c4b6a6d48762aa58 [diff] [blame] |
patch 7.4.1527 Problem: Channel test is flaky on MS-Windows. Solution: Limit the select() timeout to 50 msec and try with a new socket if it fails.
diff --git a/src/version.c b/src/version.c index e98a2ae..af4ebc0 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1527, +/**/ 1526, /**/ 1525,