Commit 9bb39f0d authored by Phillip Webb's avatar Phillip Webb

Increase promote timeouts

Fixes gh-12291
parent 9bee9e9c
...@@ -36,7 +36,7 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then ...@@ -36,7 +36,7 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then
curl \ curl \
-s \ -s \
--connect-timeout 240 \ --connect-timeout 240 \
--max-time 900 \ --max-time 2700 \
-u ${ARTIFACTORY_USERNAME}:${ARTIFACTORY_PASSWORD} \ -u ${ARTIFACTORY_USERNAME}:${ARTIFACTORY_PASSWORD} \
-H "Content-type:application/json" \ -H "Content-type:application/json" \
-d "{\"sourceRepos\": [\"libs-release-local\"], \"targetRepo\" : \"spring-distributions\"}" \ -d "{\"sourceRepos\": [\"libs-release-local\"], \"targetRepo\" : \"spring-distributions\"}" \
...@@ -47,7 +47,7 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then ...@@ -47,7 +47,7 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then
curl \ curl \
-s \ -s \
--connect-timeout 240 \ --connect-timeout 240 \
--max-time 900 \ --max-time 2700 \
-u ${BINTRAY_USERNAME}:${BINTRAY_PASSWORD} \ -u ${BINTRAY_USERNAME}:${BINTRAY_PASSWORD} \
-H "Content-Type: application/json" -d "{\"username\": \"${SONATYPE_USERNAME}\", \"password\": \"${SONATYPE_PASSWORD}\"}" \ -H "Content-Type: application/json" -d "{\"username\": \"${SONATYPE_USERNAME}\", \"password\": \"${SONATYPE_PASSWORD}\"}" \
-f \ -f \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment