Skip to content

Commit

Permalink
add another 10 mins
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Aug 23, 2024
1 parent 0ea855f commit 14dc68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pipeline {
steps {
xvnc(useXauthority: true) {
sh """
./full-build.sh -Dsurefire.timeout=2400 --tp=${selectedTargetPlatform()} \
./full-build.sh -Dsurefire.timeout=3000 --tp=${selectedTargetPlatform()} \
${javaVersion() == 11 ? '--toolchains releng/toolchains.xml -Pstrict-jdk-11' : ''} \
${javaVersion() == 17 ? '--toolchains releng/toolchains.xml -Pstrict-jdk-17' : ''} \
${javaVersion() == 21 ? '-Pstrict-jdk-21' : ''}
Expand Down

0 comments on commit 14dc68d

Please sign in to comment.