Skip to content

Commit

Permalink
Increase nuget timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 15, 2024
1 parent dda86e6 commit 1287135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/VcpkgToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if(NOT "${NUGET_TOKEN}" STREQUAL "" AND (_HOST_IS_WINDOWS OR EXISTS "${_VCPKG_MO
endif()

file(TO_NATIVE_PATH "${_CONFIG_PATH}" _CONFIG_PATH_NATIVE)
set(ENV{VCPKG_BINARY_SOURCES} "$ENV{VCPKG_BINARY_SOURCES};nugetconfig,${_CONFIG_PATH_NATIVE},readwrite")
set(ENV{VCPKG_BINARY_SOURCES} "$ENV{VCPKG_BINARY_SOURCES};nugetconfig,${_CONFIG_PATH_NATIVE},readwrite;nugettimeout,3600")
endif()

if(APPLE)
Expand Down

0 comments on commit 1287135

Please sign in to comment.