From 1cac0feefb18328d14deff5b1fddb95fc7175353 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 5 Feb 2020 22:37:58 +0800 Subject: improve runjobs timeout --- xmake/actions/require/impl/package.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/actions/require/impl/package.lua') diff --git a/xmake/actions/require/impl/package.lua b/xmake/actions/require/impl/package.lua index beac43ec2..8da0e94df 100644 --- a/xmake/actions/require/impl/package.lua +++ b/xmake/actions/require/impl/package.lua @@ -633,7 +633,7 @@ function _install_packages(packages_install, packages_download) packages_installing[index] = nil packages_downloading[index] = nil - end, {total = #packages_install, comax = (option.get("verbose") or option.get("diagnosis")) and 1 or 4, timeout = 300, timer = function (running_jobs_indices) + end, {total = #packages_install, comax = (option.get("verbose") or option.get("diagnosis")) and 1 or 4, timer = function (running_jobs_indices) -- do not print progress info if be verbose if option.get("verbose") or not show_wait then -- cgit v1.3.1