From 7ff9b45dff9cc41c1abb777f0542a20651f6adb5 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Fri, 3 Jan 2025 00:47:25 -0800 Subject: [PATCH] ci: increase the installation timeout to 1 hour --- script/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install-deps.sh b/script/install-deps.sh index e93e55bd..aedd2273 100755 --- a/script/install-deps.sh +++ b/script/install-deps.sh @@ -67,7 +67,7 @@ npm i -g pnpm export VCPKG_FORCE_SYSTEM_BINARIES=1 # vcpkg -npx -y setup-cpp --vcpkg "ee2d2a100103e0f3613c60655dcf15be7d5157b8" +npx -y setup-cpp --vcpkg "ee2d2a100103e0f3613c60655dcf15be7d5157b8" --timeout 3600000 # zeromq cd ~/vcpkg || exit 1