commit | deda6441e457072df39cdc8744dcd685d77fa273 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 11:44:33 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 11:44:33 2021 +0000 |
tree | 815afc68a34e8a5d2c18dd9ece889de455567065 | |
parent | c3f91c0648f4b04a6a9ceb4ccec45ea767a63796 [diff] [blame] |
patch 8.2.3834: Test_out_cb often fails on Mac Problem: Test_out_cb often fails on Mac. Solution: Increase the timeout with every retry.
diff --git a/src/version.c b/src/version.c index b2f02ec..368384c 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3834, +/**/ 3833, /**/ 3832,