commit | d06dbf3f42c8a8a3967905dd2f2a31077af15438 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 10:33:00 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 24 10:33:00 2020 +0100 |
tree | 422113893df8811183c80d4beed9f95692486bc7 | |
parent | 1082772f4c29bceebf5eb06f7e1f01bd143a2131 [diff] [blame] |
patch 8.2.0440: terminal noblock test is still very flaky on BSD Problem: Terminal noblock test is still very flaky on BSD. Solution: Increase the waiting time.
diff --git a/src/version.c b/src/version.c index 009266b..7e9c68c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 440, +/**/ 439, /**/ 438,