Skip to content

Commit

Permalink
Timeout extended to 30 HOURS
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Nov 8, 2022
1 parent 7e7d339 commit b46e89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/jenkins/Jenkinsfile_ci_build
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent none

options {
timeout(time: 30, activity: true, unit: 'MINUTES')
timeout(time: 30, activity: true, unit: 'HOURS')
}

stages {
Expand Down Expand Up @@ -53,4 +53,4 @@ pipeline {
}
}
}
}
}

0 comments on commit b46e89f

Please sign in to comment.