mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 00:35:36 +00:00
fix(vim.pack): increase default timeout #36992
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
local max_timeout = 30000
|
local max_timeout = 120000
|
||||||
local copcall = package.loaded.jit and pcall or require('coxpcall').pcall
|
local copcall = package.loaded.jit and pcall or require('coxpcall').pcall
|
||||||
|
|
||||||
--- @param thread thread
|
--- @param thread thread
|
||||||
|
|||||||
Reference in New Issue
Block a user