aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-09-04 07:03:36 -0700
committerJustin M. Keyes <justinkz@gmail.com>2019-09-04 07:06:12 -0700
commitfe60013fb9337a6d64dc179ca4a19787b3ccc8ea (patch)
tree550d2388342ec5c9df61ff6d6a33c914ef85042d
parent540360a775a62db5c2722bfd89b6aa91b577d945 (diff)
downloadrneovim-fe60013fb9337a6d64dc179ca4a19787b3ccc8ea.tar.gz
rneovim-fe60013fb9337a6d64dc179ca4a19787b3ccc8ea.tar.bz2
rneovim-fe60013fb9337a6d64dc179ca4a19787b3ccc8ea.zip
test/mode_spec: increase 'matchtime' to fix flaky
fix #10941 regressed by 7ed212262242
-rw-r--r--test/functional/ui/mode_spec.lua2
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^ |