commit | 89c394faca40d2f5d57705432a433173b295bf73 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 31 22:19:58 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 31 22:19:58 2017 +0100 |
tree | bf31e9073ed58a5f8a2b56b697226dd1de3bf1d7 | |
parent | ba6febd380c931b92361a189e85b19ed467c9c64 [diff] [blame] |
patch 8.0.1241: popup test is flaky Problem: Popup test is flaky. (James McCoy) Solution: Increase the wait time. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 339ff1d..2b5fb2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1241, +/**/ 1240, /**/ 1239,