summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/vimscript/executable_spec.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2025-12-01 10:16:31 +0800
committerzeertzjq <zeertzjq@outlook.com>2025-12-01 11:06:39 +0800
commitc9f63d13b6024085191635efdf50d41de2810e9a (patch)
treebaf732d53bb9d7bb14e8ce9a4cd77d115ced5df8 /test/functional/vimscript/executable_spec.lua
parent3c605982397ff49af905c7fde485c678bf9915e9 (diff)
vim-patch:9.1.1938: tests: excessive wait in Test_matchfuzzy_initialized
Problem: tests: excessive wait in Test_matchfuzzy_initialized Solution: Use term_wait() instead of the TermWait() wrapper (Corey Hickey) Test_matchfuzzy_initialized is a terminal test, which are specified to be "flaky" and automatically retried. The TermWait wrapper multiplies the specified wait time by higher values for later retries, maxing out at 10x the specified value. This makes tries vim/vim#3 to vim/vim#6 sleep for 20 seconds each, which makes the test very slow to work with. The specified intent of the test (as noted in a comment eight lines above here) is to sleep for 2s. closes: vim/vim#18822 https://github.com/vim/vim/commit/d4f9de889bb155052dabbe17ea4d552068824456 Co-authored-by: Corey Hickey <bugfood-c@fatooh.org>
Diffstat (limited to 'test/functional/vimscript/executable_spec.lua')
0 files changed, 0 insertions, 0 deletions