commit | 769e9d21ac3e8dff43b9ef5e46cdc4523833b51e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 11 20:53:49 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 11 20:53:49 2018 +0200 |
tree | ba7bacd8603ba2da1d4a28e1c87813969804be8f | |
parent | d60e0a1d202d49503ba95a40c165172c8f61db7a [diff] [blame] |
patch 8.0.1697: various tests are still a bit flaky Problem: Various tests are still a bit flaky. Solution: Increase the default wait time to five seconds.
diff --git a/src/version.c b/src/version.c index 51e8259..bc0e513 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1697, +/**/ 1696, /**/ 1695,