fix(@ci): update windows ci timeout for build

This commit is contained in:
Anthony Laibe 2022-11-15 16:36:03 +01:00 committed by Jonathan Rainville
parent 57ee378048
commit 245f3a7266
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pipeline {
options {
timestamps()
/* Prevent Jenkins jobs from running forever */
timeout(time: 25, unit: 'MINUTES')
timeout(time: 60, unit: 'MINUTES')
/* manage how many builds we keep */
buildDiscarder(logRotator(
numToKeepStr: '10',