commit | ea94c855163cf58a3389b5f3c54a0767c9e1be49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 21:47:27 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 21:47:27 2019 +0200 |
tree | dedb9d73d8b14edd94363c01189644052c08078b | |
parent | 427dddf014fea1326ea7f8c0951b0667dc037409 [diff] [blame] |
patch 8.1.1860: map timeout test is flaky Problem: Map timeout test is flaky. Solution: Add test to list of flaky tests. Increase timeout.
diff --git a/src/version.c b/src/version.c index 66bd86f..cf96d64 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1860, +/**/ 1859, /**/ 1858,