Skip to content

Commit

Permalink
Increase test pipeline timeout (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
cachedout committed Dec 6, 2021
1 parent 16ba0a5 commit 081c241
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 @@ -20,7 +20,7 @@ pipeline {
SLACK_CHANNEL = '#apm-agent-go'
}
options {
timeout(time: 1, unit: 'HOURS')
timeout(time: 2, unit: 'HOURS')
buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20', daysToKeepStr: '30'))
timestamps()
ansiColor('xterm')
Expand Down

0 comments on commit 081c241

Please sign in to comment.