kou commented on issue #48604: URL: https://github.com/apache/arrow/issues/48604#issuecomment-3684645280
Thanks. It seems that `GITHUB_TOKEN` is expired in the job because some pushes before the error push report timeout error: https://github.com/apache/arrow/actions/runs/20385756030/job/58586198964#step:12:1399 ```text Uploading binaries for google-cloud-cpp[core,rest-common,storage]:[email protected] to NuGet from GitHub error: "C:\ProgramData\Chocolatey\bin\nuget.exe" push -ForceEnglishOutput -Verbosity detailed -NonInteractive "D:\a\arrow\arrow\vcpkg\buildtrees\google-cloud-cpp_x64-windows.2.36.0-vcpkg2cc2ca3336e27ccdce9fcbc7693bc6a1d934f231d1d0800ef4319f10e205b3a4.nupkg" -Timeout 100 -Source GitHub failed with exit code 1 NuGet Version: 7.0.1.1 Pushing google-cloud-cpp_x64-windows.2.36.0-vcpkg2cc2ca3336e27ccdce9fcbc7693bc6a1d934f231d1d0800ef4319f10e205b3a4.nupkg to 'https://nuget.pkg.github.com/apache'... PUT https://nuget.pkg.github.com/apache/ A task was canceled. Pushing took too long. You can change the default timeout of 300 seconds by using the -Timeout <seconds> option with the push command. ``` Can we try increasing NuGet timeout? https://github.com/apache/arrow/issues/48606 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
