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

Set timeout to 60 hours.

parent ab2b2690
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: 20, unit: 'HOURS') timeout(time: 60, 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