Skip to content

Commit 9bb39f0

Browse files
committed
Increase promote timeouts
Fixes gh-12291
1 parent 9bee9e9 commit 9bb39f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/scripts/promote.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then
3636
curl \
3737
-s \
3838
--connect-timeout 240 \
39-
--max-time 900 \
39+
--max-time 2700 \
4040
-u ${ARTIFACTORY_USERNAME}:${ARTIFACTORY_PASSWORD} \
4141
-H "Content-type:application/json" \
4242
-d "{\"sourceRepos\": [\"libs-release-local\"], \"targetRepo\" : \"spring-distributions\"}" \
@@ -47,7 +47,7 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then
4747
curl \
4848
-s \
4949
--connect-timeout 240 \
50-
--max-time 900 \
50+
--max-time 2700 \
5151
-u ${BINTRAY_USERNAME}:${BINTRAY_PASSWORD} \
5252
-H "Content-Type: application/json" -d "{\"username\": \"${SONATYPE_USERNAME}\", \"password\": \"${SONATYPE_PASSWORD}\"}" \
5353
-f \

0 commit comments

Comments
 (0)