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 Jun 13, 2024
1 parent 0e19147 commit 5b3ae5c
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 @@ -62,7 +62,7 @@ pipeline {
steps {
xvnc(useXauthority: true) {
sh """
./full-build.sh -Dsurefire.timeout=1800 --tp=${selectedTargetPlatform()} \
./full-build.sh -Dsurefire.timeout=2400 --tp=${selectedTargetPlatform()} \
${javaVersion() == 17 ? '' : '--toolchains releng/toolchains.xml -Pstrict-release-jdk'}
"""
}
Expand Down

0 comments on commit 5b3ae5c

Please sign in to comment.