Skip to content

Commit

Permalink
Remove unnecessary timeout increases
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Aug 29, 2023
1 parent 626dea5 commit 5ff8914
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java_jni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: AMD64 manylinux2014 Java JNI
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 120
timeout-minutes: 90
steps:
- name: Checkout Arrow
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion dev/tasks/python-wheels/github.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
build:
name: "Build wheel for Windows"
runs-on: windows-2019
timeout-minutes: 300
env:
# archery uses this environment variable
PYTHON: "{{ python_version }}"
Expand Down

0 comments on commit 5ff8914

Please sign in to comment.