commit | 0fa98e7b85b52c63611b2fe8e370f0aa1c8f6dc9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 22:21:19 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 22:21:19 2016 +0100 |
tree | 714e5878efcdabb5e7d74eb2564636699e2f35e3 | |
parent | ae8eb3ca927f1b0ac2a6643da8699538cdc380f6 [diff] [blame] |
patch 7.4.1289 Problem: Channel test fails on MS-Windows, connect() takes too long. Solution: Adjust the test for MS-Windows using "waittime".
diff --git a/src/version.c b/src/version.c index 220b2c5..b9ca107 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1289, +/**/ 1288, /**/ 1287,