Skip to content

Commit

Permalink
Bump publish_apple_linux_jvm_js job timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed Sep 21, 2021
1 parent ab865b1 commit db38c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
publish_apple_linux_jvm_js:
runs-on: macos-latest
timeout-minutes: 40
timeout-minutes: 120

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Publish Windows
working-directory: arrow-libs
run: |
./gradlew publishMingwX64PublicationToDeployRepository
./gradlew publishMingwX64PublicationToMavenRepository
echo "$(cat gradle.properties | grep VERSION_NAME | cut -d'=' -f2) MingwX64 deployed!"
publish-arrow-stack:
Expand Down

0 comments on commit db38c70

Please sign in to comment.