This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 11cc3034 [SEDONA-322] Fix unstable maven build on GitHub Actions (#894)
11cc3034 is described below
commit 11cc30348d355b8d8a3aedfc28932db4ba06da6c
Author: Kristin Cowalcijk <[email protected]>
AuthorDate: Fri Jul 7 17:45:54 2023 +0800
[SEDONA-322] Fix unstable maven build on GitHub Actions (#894)
---
.github/workflows/java.yml | 3 +++
.github/workflows/python.yml | 3 +++
.github/workflows/r.yml | 3 +++
3 files changed, 9 insertions(+)
diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml
index 157b183e..55e168de 100644
--- a/.github/workflows/java.yml
+++ b/.github/workflows/java.yml
@@ -7,6 +7,9 @@ on:
pull_request:
branches:
- '*'
+
+env:
+ MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
jobs:
build:
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index cbca8873..345206e4 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -7,6 +7,9 @@ on:
pull_request:
branches:
- '*'
+
+env:
+ MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
jobs:
build:
diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml
index d1f7e685..f6056707 100644
--- a/.github/workflows/r.yml
+++ b/.github/workflows/r.yml
@@ -8,6 +8,9 @@ on:
branches:
- '*'
+env:
+ MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
+
jobs:
build: