commit | 6e562fcc07c71ad1437c89c3d3cc423efb691f0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 18 16:29:25 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 18 16:29:25 2020 +0100 |
tree | 81b9d8d336b8ded4fedf5ab30127558353706dba | |
parent | 9aed729fe9e62536236875a42fb170d2c8fb3046 [diff] [blame] |
patch 8.2.2158: CI on cirrus times out, coveralls doesn't always run Problem: CI on cirrus times out, coveralls doesn't always run. Solution: Set timeout to 20 minutes. Adjust condition. (closes #7493)
diff --git a/src/version.c b/src/version.c index 70ff9a4..96aa9b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2158, +/**/ 2157, /**/ 2156,