Skip to content

Commit

Permalink
[ci]: increase nightly build timeout (we add lot of tests recently)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Apr 24, 2024
1 parent b2c4755 commit 89244ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/nightly.jenkins
Expand Up @@ -12,7 +12,7 @@ pipeline {
jdk 'temurin-jdk11-latest'
}
options {
timeout (time: 30, unit: 'MINUTES')
timeout (time: 60, unit: 'MINUTES')
buildDiscarder(logRotator(numToKeepStr: '3'))
disableConcurrentBuilds()
durabilityHint('PERFORMANCE_OPTIMIZED')
Expand Down

0 comments on commit 89244ff

Please sign in to comment.