Skip to content

Commit

Permalink
ci(jenkins): bump timeout to 25 minutes for packaging step
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Mar 24, 2020
1 parent caaaa04 commit 411f2de
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 @@ -307,7 +307,7 @@ timestamps {
sh label: 'build', script: buildCommand
recordIssues(tools: [clang(), java()])
} // timeout
timeout(15) {
timeout(25) {
def packageCommand = "npm run package -- --version-tag ${vtag}"
if (isMainlineBranch) {
// on mainline builds, build for all 3 host OSes
Expand Down

0 comments on commit 411f2de

Please sign in to comment.