jenkins/sdk: increased timeout from 5 to 8 hours

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-10-19 08:04:03 +02:00
parent ea6bd036e1
commit cd3de28e5b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ pipeline {
}
options {
timeout(time: 5, unit: 'HOURS')
timeout(time: 8, unit: 'HOURS')
buildDiscarder(
logRotator(numToKeepStr: '5')
)