commit | 982ded68b660d6c9849bfdc1b0dc469909266e1e | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Thu Jun 22 18:12:46 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 18:12:46 2023 +0100 |
tree | d23d10ae42dc073e6e4bff5d041a0441c9850d7b | |
parent | 2b994da57a0ac6ec0ec09fe3783f48ecd2bce610 [diff] [blame] |
patch 9.0.1646: CI: codecov may take a very long time to run Problem: CI: codecov may take a very long time to run. Solution: Add a timeout. (Philip Heiduck, closes #12559)
diff --git a/src/version.c b/src/version.c index 14ede7f..24ce994 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1646, +/**/ 1645, /**/ 1644,