Skip to content

Commit 13a607a

Browse files
authored
GH-48606: [CI][GLib] Increase NuGet timeout for vcpkg cache (#48638)
### Rationale for this change There are timeout errors for NuGet push to cache vcpkg packages. ### What changes are included in this PR? Increase push timeout to 600s from 300s. See also: https://learn.microsoft.com/en-us/vcpkg/reference/binarycaching ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #48606 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 37c40fb commit 13a607a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352
CMAKE_CXX_STANDARD: "20"
353353
CMAKE_GENERATOR: Ninja
354354
CMAKE_INSTALL_PREFIX: "${{ github.workspace }}/dist"
355-
VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
355+
VCPKG_BINARY_SOURCES: 'clear;nugettimeout,600;nuget,GitHub,readwrite'
356356
VCPKG_DEFAULT_TRIPLET: x64-windows
357357
permissions:
358358
packages: write

0 commit comments

Comments
 (0)