commit | 3ed9efc2b15b624268bcce4e4d312fb35840a12b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 16:50:57 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 16:50:57 2020 +0100 |
tree | 5245d20c2fd3a5e2822f766ece99af732bfde907 | |
parent | 7851b1ca992222880df1314684a790f293e11896 [diff] [blame] |
patch 8.2.0454: some tests fail when the system is slow Problem: Some tests fail when the system is slow. Solution: Make the run number global, use in the test to increase the waiting time. (closes #5841)
diff --git a/src/version.c b/src/version.c index a2a2986..b1e6470 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 454, +/**/ 453, /**/ 452,