jenkins: increase timeout to 30 minutes (#63552)

This commit is contained in:
Emmanuel Cazenave 2022-04-05 12:00:57 +02:00
parent fee8720f7e
commit 53a91dec28
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
agent any
options {
disableConcurrentBuilds()
timeout(time: 15, unit: 'MINUTES')
timeout(time: 30, unit: 'MINUTES')
}
stages {
stage('Unit Tests') {