Skip to content
Snippets Groups Projects
Commit b88e9ab7 authored by Reiner Jung's avatar Reiner Jung
Browse files

Updated timeout to 7 days.

parent 77ba04e7
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ pipeline { ...@@ -24,7 +24,7 @@ pipeline {
options { options {
buildDiscarder logRotator(artifactNumToKeepStr: '10') buildDiscarder logRotator(artifactNumToKeepStr: '10')
timeout(time: 60, unit: 'HOURS') timeout(time: 168, unit: 'HOURS')
retry(1) retry(1)
parallelsAlwaysFailFast() parallelsAlwaysFailFast()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment