We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448d937 commit 98b8e12Copy full SHA for 98b8e12
2 files changed
.github/workflows/csharp.yml
@@ -73,7 +73,7 @@ jobs:
73
run: ci/scripts/csharp_test.sh $(pwd)
74
75
windows:
76
- name: AMD64 Windows 2019 18.04 C# ${{ matrix.dotnet }}
+ name: AMD64 Windows C# ${{ matrix.dotnet }}
77
runs-on: windows-2022
78
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
79
timeout-minutes: 15
dev/tasks/tasks.yml
@@ -632,6 +632,7 @@ tasks:
632
env:
633
PYARROW_TEST_GDB: "OFF"
634
script: "verify-release-candidate.bat"
635
+ timeout: 120
636
637
############################## Docker tests ##################################
638
0 commit comments