commit | b6ed74fef8e088128c45928ee7d02458b2882c1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 07 10:42:14 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 07 10:42:14 2018 +0200 |
tree | cdf6b8aba5a588efadb2332934b39faa7111e838 | |
parent | e1bb879f49665bb828197135b80aaf72cc190073 [diff] [blame] |
patch 8.0.1670: terminal window tests are still a bit flaky Problem: Terminal window tests are still a bit flaky. Solution: Increase the waiting time for the buffer to be created.
diff --git a/src/version.c b/src/version.c index 813bcfa..59ca7a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1670, +/**/ 1669, /**/ 1668,