Skip to content
Snippets Groups Projects

fix(CI): Increase build job timeout to 10h

Merged Reinhard Biegel requested to merge bugfix/increase-build-job-timeout into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -13,7 +13,7 @@ pipeline {
@@ -13,7 +13,7 @@ pipeline {
agent none
agent none
options {
options {
checkoutToSubdirectory('repo')
checkoutToSubdirectory('repo')
timeout(time: 5, unit: 'HOURS')
timeout(time: 10, unit: 'HOURS')
timestamps()
timestamps()
}
}
stages {
stages {
Loading