Skip to content

Commit

Permalink
ci: increase the installation timeout to 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 3, 2025
1 parent bad3148 commit 7ff9b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ff9b45

Please sign in to comment.