diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-09-04 07:03:36 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-09-04 07:06:12 -0700 |
commit | fe60013fb9337a6d64dc179ca4a19787b3ccc8ea (patch) | |
tree | 550d2388342ec5c9df61ff6d6a33c914ef85042d /test/functional/ui/mode_spec.lua | |
parent | 540360a775a62db5c2722bfd89b6aa91b577d945 (diff) | |
download | rneovim-fe60013fb9337a6d64dc179ca4a19787b3ccc8ea.tar.gz rneovim-fe60013fb9337a6d64dc179ca4a19787b3ccc8ea.tar.bz2 rneovim-fe60013fb9337a6d64dc179ca4a19787b3ccc8ea.zip |
test/mode_spec: increase 'matchtime' to fix flaky
fix #10941
regressed by 7ed212262242
Diffstat (limited to 'test/functional/ui/mode_spec.lua')
-rw-r--r-- | test/functional/ui/mode_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/mode_spec.lua b/test/functional/ui/mode_spec.lua index a09df075aa..200f6eecdb 100644 --- a/test/functional/ui/mode_spec.lua +++ b/test/functional/ui/mode_spec.lua @@ -62,7 +62,7 @@ describe('ui mode_change event', function() ]], mode="normal"} command("set showmatch") - command("set matchtime=1") -- tenths of seconds + command("set matchtime=2") -- tenths of seconds feed('a(stuff') screen:expect{grid=[[ word(stuff^ | |