Skip to content

Commit f81dfa3

Browse files
authored
ci: add retry to debounce tests (#31)
1 parent 194acc0 commit f81dfa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_util.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ local child = MiniTest.new_child_neovim()
55
local T = MiniTest.new_set()
66

77
T["debounce"] = MiniTest.new_set({
8+
n_retry = 3,
89
hooks = {
910
pre_case = function()
1011
child.restart({ "-u", "scripts/minimal_init.lua" })

0 commit comments

Comments
 (0)