Skip to content

Commit

Permalink
chore(java): enlarge release timeout (#3380)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuQQiu authored Jan 14, 2025
1 parent 4d77d7b commit 5258717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
macos-arm64:
name: Build on MacOS Arm64
runs-on: macos-14
timeout-minutes: 30
timeout-minutes: 60
defaults:
run:
working-directory: ./java
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
if-no-files-found: error
linux-x86:
runs-on: ubuntu-24.04
timeout-minutes: 45
timeout-minutes: 60
needs: [macos-arm64, linux-arm64]
defaults:
run:
Expand Down

0 comments on commit 5258717

Please sign in to comment.