chore: up timeout time for release builds to 60min

This commit is contained in:
Jonathan Rainville 2023-01-16 10:53:45 -05:00 committed by Iuri Matias
parent d07136481c
commit 692d2ceee4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pipeline {
timestamps()
disableConcurrentBuilds()
/* Prevent Jenkins jobs from running forever */
timeout(time: 35, unit: 'MINUTES')
timeout(time: 60, unit: 'MINUTES')
/* Limit builds retained */
buildDiscarder(logRotator(
numToKeepStr: '10',