commit | b40c1de38442a26f31efb8473adec7fad560f3d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 31 21:01:08 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 31 21:01:08 2023 +0000 |
tree | 4a68557b1bf5b70945ce43426266c686b232506f | |
parent | 9c51798a1f3b79ace5ae0551a8bb122025ac94ed [diff] [blame] |
patch 9.0.1269: channel test often fails on Mac OS Problem: Channel test often fails on Mac OS. Solution: Increase the wait time from one to 15 milliseconds. (D. Ben Knoble, closes #11894)
diff --git a/src/version.c b/src/version.c index 45dd798..ad663cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1269, +/**/ 1268, /**/ 1267,