Skip to content

Commit

Permalink
HSEARCH-4341 Work around connection problem on GitHub Actions' hostin…
Browse files Browse the repository at this point in the history
…g platform, Azure
  • Loading branch information
yrodiere committed Oct 11, 2021
1 parent 6341f8b commit 47f544c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/contributor-build.yml
Expand Up @@ -20,7 +20,9 @@ on:
- '3.*'

env:
MAVEN_ARGS: "-e -B"
# Maven Wagon options are supposed to work around a problem on GitHub Actions' hosting platform, Azure
# See https://github.com/actions/virtual-environments/issues/1499#issuecomment-691957310
MAVEN_ARGS: "-e -B -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3"
jobs:
build:
name: Build and test on Java 11
Expand Down

0 comments on commit 47f544c

Please sign in to comment.