commit | 3696839ef1165804159e28f50cb6113acc3d519d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 16:22:44 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 16:22:44 2020 +0100 |
tree | a921ae3b993440d7e4558769d15bfbf8cdc2a89a | |
parent | b68df220c5278365792b8f94d8d6f34d329b7746 [diff] [blame] |
patch 8.2.0410: channel test fails too often on slow Mac Problem: Channel test fails too often on slow Mac. Solution: Increase waiting time to 10 seconds.
diff --git a/src/version.c b/src/version.c index 8c7e5d6..367686c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 410, +/**/ 409, /**/ 408,