fix(vim.pack): increase default timeout #36992

This commit is contained in:
Ian Beckett
2025-12-16 12:22:05 -06:00
committed by GitHub
parent 6af8958055
commit 89d26d61d2

View File

@@ -1,6 +1,6 @@
local M = {}
local max_timeout = 30000
local max_timeout = 120000
local copcall = package.loaded.jit and pcall or require('coxpcall').pcall
--- @param thread thread