Skip to content

Commit

Permalink
Add workaround for maven timeout error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhicwu committed May 23, 2022
1 parent ad5187b commit e61607f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
distribution: 'temurin'
java-version: 8
cache: 'maven'
# or take below workaround as mentioned at /~https://github.com/actions/virtual-environments/issues/1499#issuecomment-689467080
# -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
- name: Check
run: mvn --batch-mode --update-snapshots -Drelease -DskipTests install
- name: Build
run: |
mvn --batch-mode --update-snapshots -Drelease -DclickhouseVersion=${{ matrix.clickhouse }} -Dprotocol=${{ matrix.protocol }} verify
Expand Down

0 comments on commit e61607f

Please sign in to comment.