Skip to content

Commit

Permalink
Try to give the build an extremely amount of time
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Aug 1, 2023
1 parent d6a45dd commit 241e89c
Showing 1 changed file with 1 addition and 1 deletion.
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: 150
timeout-minutes: 300
steps:
- name: Checkout Arrow
uses: actions/checkout@v3
Expand Down

0 comments on commit 241e89c

Please sign in to comment.