We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194acc0 commit f81dfa3Copy full SHA for f81dfa3
tests/test_util.lua
@@ -5,6 +5,7 @@ local child = MiniTest.new_child_neovim()
5
local T = MiniTest.new_set()
6
7
T["debounce"] = MiniTest.new_set({
8
+ n_retry = 3,
9
hooks = {
10
pre_case = function()
11
child.restart({ "-u", "scripts/minimal_init.lua" })
0 commit comments