From da4ef53a543817d78a45d7fa6fe32e419fe3d517 Mon Sep 17 00:00:00 2001 From: Phred Date: Wed, 6 Oct 2021 06:30:37 -0500 Subject: [PATCH] added maven timeout options --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3bd09ff89f..bb19178784b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,8 @@ on: - master env: - MAVEN_OPTS: -Xmx3g + MAVEN_OPTS: -Xmx3g -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 + jobs: test: