Skip to content

Commit 6bb2a26

Browse files
phanenibhagwan
authored andcommitted
ci: double wait_time
1 parent 033f661 commit 6bb2a26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/fzf-lua/test/helpers.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ M.new_child_neovim = function()
327327
end
328328

329329
local wait_timeout = (M.IS_LINUX() and 2000 or 5000)
330+
wait_timeout = os.getenv("CI") and wait_timeout * 2 or wait_timeout
330331
--- waits until condition fn evals to true, checking every interval ms
331332
--- times out at timeout ms
332333
---@param condition fun(): boolean

0 commit comments

Comments
 (0)