Skip to content

Commit

Permalink
ci: longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed Jan 2, 2024
1 parent 2dc27a1 commit 815bbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hawtkeys/ui_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local MiniTest = require("mini.test")
---TODO: add search functionality tests (willothy)

describe("ui", function()
local child = MiniTest.new_child_neovim()
local child = MiniTest.new_child_neovim({}, { connection_timeout = 30000 })
local SearchBuf, SearchWin, ResultBuf, ResultWin, Namespace, prompt_extmark

before_each(function()
Expand Down

0 comments on commit 815bbb4

Please sign in to comment.