Skip to content

Commit

Permalink
in timeout see #3073
Browse files Browse the repository at this point in the history
  • Loading branch information
cdietrich committed Aug 23, 2024
1 parent a9ddba0 commit 0ea855f
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=1800 --tp=${selectedTargetPlatform()} \
./full-build.sh -Dsurefire.timeout=2400 --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 0ea855f

Please sign in to comment.