Skip to content

Commit

Permalink
CD: double the timeout for upload
Browse files Browse the repository at this point in the history
At busy times 60 min is not enougth.
  • Loading branch information
Krzysztof Jan Modras authored Jan 15, 2020
1 parent 71ea2b1 commit 1767338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ ${newChangelog}"""
string(credentialsId: 'f206e880-e09a-4369-a3f6-f86ee94481f2', variable: 'SENTRY_AUTH_TOKEN'),
string(credentialsId: 'ab91f92a-4588-4034-8d7f-c1a741fa31ab', variable: 'FASTLANE_ITC_TEAM_ID'),
]) {
timeout(60) {
timeout(120) {
ansiColor('xterm') {
sh """#!/bin/bash -l
set -x
Expand Down

0 comments on commit 1767338

Please sign in to comment.