commit | dbe6ef1036fd50fc837b76d4e1d862a9bbbcf09b | [log] [tgz] |
---|---|---|
author | James McCoy <jamessan@jamessan.com> | Sat Dec 31 11:44:57 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 31 11:44:57 2022 +0000 |
tree | aac69019130b51bcd4471577d2be9af2eee1f1cb | |
parent | 7b8db111e819bcb07cff6fc451584b0e3e0a49fd [diff] [blame] |
patch 9.0.1118: sporadic test failures when using a terminal window Problem: Sporadic test failures when using a terminal window. Solution: Adjust waiting times. (James McCoy, closes #11763)
diff --git a/src/version.c b/src/version.c index 9c64a27..a66b588 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1118, +/**/ 1117, /**/ 1116,