diff --git a/Jenkinsfile b/Jenkinsfile index 2375ceb..0a68885 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { options { buildDiscarder(logRotator(numToKeepStr: '48', artifactNumToKeepStr: '96')) - timeout(time: 8, unit: 'MINUTES') + timeout(time: 25, unit: 'MINUTES') sidebarLinks([ [displayName: 'Gitea Repository', iconFileName: '/userContent/Yerbacon.png', urlName: 'https://gits.username404.fr/Username404-59/Yerbacon/src/branch/' + env.BRANCH_NAME] ])