mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 02:47:28 +10:00
fix(vim.pack): increase default timeout #36992
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user