Skip to content

Commit

Permalink
Fix Maven read timeouts in Android release workflow (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
wipfli authored Dec 10, 2022
1 parent 78c38b4 commit 7397370
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
JOBS: 8
BUILDTYPE: Release
IS_LOCAL_DEVELOPMENT: false
# Avoids read timeouts, see https://github.com/maplibre/maplibre-gl-native/pull/591
MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3
steps:

- uses: actions/checkout@v3
Expand Down

0 comments on commit 7397370

Please sign in to comment.