mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-01 00:19:44 +02:00
change timeout from 20 to 30 minutes
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -15,7 +15,7 @@ node('docker') {
|
||||
disableConcurrentBuilds()
|
||||
])
|
||||
|
||||
timeout(activity: true, time: 20, unit: 'MINUTES') {
|
||||
timeout(activity: true, time: 30, unit: 'MINUTES') {
|
||||
|
||||
catchError {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user