Skip to content

Commit 241e89c

Browse files
committed
Try to give the build an extremely amount of time
1 parent d6a45dd commit 241e89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java_jni.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: AMD64 manylinux2014 Java JNI
5252
runs-on: ubuntu-latest
5353
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
54-
timeout-minutes: 150
54+
timeout-minutes: 300
5555
steps:
5656
- name: Checkout Arrow
5757
uses: actions/checkout@v3

0 commit comments

Comments
 (0)