diff --git a/schutzbot/Jenkinsfile b/schutzbot/Jenkinsfile index 4d5c9b326..b6eb759a8 100644 --- a/schutzbot/Jenkinsfile +++ b/schutzbot/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { ansiColor('xterm') // Cancel the pipeline if it runs for more than three hours. timeout( - time: 3, + time: 12, unit: "HOURS" ) }