jenkins: shorten timeout (#1928)
This commit is contained in:
parent
29c2aba417
commit
03914d05c6
@ -6,7 +6,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
options {
|
||||
timeout(time: 30, unit: 'MINUTES')
|
||||
timeout(time: 10, unit: 'MINUTES')
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
Loading…
Reference in New Issue
Block a user