This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 13a607a898 GH-48606: [CI][GLib] Increase NuGet timeout for vcpkg cache 
(#48638)
13a607a898 is described below

commit 13a607a898b10e398d64813ccecb59b9cf009a3e
Author: Sutou Kouhei <[email protected]>
AuthorDate: Tue Dec 30 17:40:54 2025 +0900

    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]>
---
 .github/workflows/ruby.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml
index 3545f1c16a..1e91f62487 100644
--- a/.github/workflows/ruby.yml
+++ b/.github/workflows/ruby.yml
@@ -352,7 +352,7 @@ jobs:
       CMAKE_CXX_STANDARD: "20"
       CMAKE_GENERATOR: Ninja
       CMAKE_INSTALL_PREFIX: "${{ github.workspace }}/dist"
-      VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
+      VCPKG_BINARY_SOURCES: 'clear;nugettimeout,600;nuget,GitHub,readwrite'
       VCPKG_DEFAULT_TRIPLET: x64-windows
     permissions:
       packages: write

Reply via email to