Skip to content

Commit 07c25d4

Browse files
committed
test(timer): give more time for GH macos
1 parent 3cad231 commit 07c25d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/unit/timer_spec.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('Timer', function()
6464
assert.is_true(timer:is_running())
6565

6666
-- Wait for multiple ticks
67-
vim.wait(50, function()
67+
vim.wait(80, function()
6868
return tick_count >= 3
6969
end)
7070

@@ -366,4 +366,5 @@ describe('Timer', function()
366366
end
367367
end)
368368
end)
369-
end)
369+
end)
370+

0 commit comments

Comments
 (0)