Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Timeout and cron run update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Jun 23, 2020
1 parent 7147613 commit 4300865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile-Quarkus
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pipeline {
}
stage('Test Native') {
options {
timeout(time: 4, unit: 'HOURS')
timeout(time: 5, unit: 'HOURS')
}
steps {
sh 'GRAALVM_HOME=$JAVA_HOME ./mvnw -fn clean verify -Dnative'
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile-Quarkus-JaCoCo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent any
triggers {
cron('H H(19-20) */4 * *')
cron('H H(19-20) */8 * *')
}
tools {
jdk 'graalvm'
Expand Down

0 comments on commit 4300865

Please sign in to comment.