raulcd commented on code in PR #46694: URL: https://github.com/apache/arrow/pull/46694#discussion_r2124539724
########## dev/tasks/tasks.yml: ########## @@ -632,6 +632,7 @@ tasks: env: PYARROW_TEST_GDB: "OFF" script: "verify-release-candidate.bat" + timeout: 120 Review Comment: I can revert this timeout to use the default, I just wanted to validate the verify-rc-win job was successful. The timeout is a known issue, see: - https://github.com/apache/arrow/issues/46607 ########## .github/workflows/csharp.yml: ########## @@ -73,8 +73,8 @@ jobs: run: ci/scripts/csharp_test.sh $(pwd) windows: - name: AMD64 Windows 2019 18.04 C# ${{ matrix.dotnet }} - runs-on: windows-2019 + name: AMD64 Windows C# ${{ matrix.dotnet }} Review Comment: We don't seem to be adding the Windows version on the other jobs, I thought it wasn't necessary as we test with a single version. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org