commit | 3680bab7e797444a7f41646888d9dd04b01c3816 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 06 20:22:06 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 06 20:22:06 2018 +0200 |
tree | 2d2d87926ac6cc5afece9faf3e75d30c9e1bf652 | |
parent | 51ad4eaa22e15cf1fe6c45d82c7e1371e00401a4 [diff] [blame] |
patch 8.0.1667: terminal window tests are flaky Problem: Terminal window tests are flaky. Solution: Increase the waiting time for Vim to start.
diff --git a/src/version.c b/src/version.c index 44fb030..c625b05 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1667, +/**/ 1666, /**/ 1665,