commit | 4791015e6f0adf7f3a0a6a59884c4092ca3c19ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 07 19:27:16 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 07 19:27:16 2018 +0200 |
tree | cb53841f6a33946696c3a32b5094689ba25a1bfc | |
parent | 72532d354e699f1cceec34c0b08e1de4d3ea9641 [diff] [blame] |
patch 8.0.1673: terminal window tests are still a bit flaky Problem: Terminal window tests are still a bit flaky. Solution: Increase the waiting time even more. (Elimar Riesebieter)
diff --git a/src/version.c b/src/version.c index 665c953..9f06579 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1673, +/**/ 1672, /**/ 1671,