commit | 550586015232ecc4f68b3479fa8ba2cf81c76e7b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 21 15:14:51 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 21 15:14:51 2017 +0100 |
tree | e24c9cc4528b014ddee8b9358d8ed4365681511a | |
parent | ff5467965e3871d3dc0288416fcc6b1e2ba4f822 [diff] [blame] |
patch 8.0.1329: when a flaky test fails it also often fails the second time Problem: When a flaky test fails it also often fails the second time. Solution: Sleep a couple of seconds before the second try.
diff --git a/src/version.c b/src/version.c index d311de9..93fb5cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1329, +/**/ 1328, /**/ 1327,