From 11777b1413246be04dae7f094be545e8fbebcbb7 Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Sat, 25 Jul 2020 10:54:27 +0800 Subject: [PATCH] avoid maven connection timeout on when build by actions --- .github/workflows/ambari-lite-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ambari-lite-publish.yml b/.github/workflows/ambari-lite-publish.yml index 1e5b7808d8..1c9ed02fca 100644 --- a/.github/workflows/ambari-lite-publish.yml +++ b/.github/workflows/ambari-lite-publish.yml @@ -13,7 +13,7 @@ on: TAG: description: 'TAG' env: - DEFAULT_MAVEN_OPTS: -Dmaven.artifact.threads=30 -Dmaven.wagon.http.retryHandler.count=3 + DEFAULT_MAVEN_OPTS: -Dmaven.artifact.threads=30 -Dmaven.wagon.http.retryHandler.count=10 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.requestSentEnabled=true jobs: build: