Skip to content

Commit 8a73bcc

Browse files
committed
test
Signed-off-by: Lan Xia <[email protected]>
1 parent df8eff5 commit 8a73bcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildenv/jenkins/JenkinsfileBase

+2
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,7 @@ def runTest( ) {
765765
}
766766
for (int i = 1; i <= ITERATIONS; i++) {
767767
echo "ITERATION: ${i}/${ITERATIONS}"
768+
echo "currentBuild.result: ${currentBuild.result}"
768769
if (env.SPEC.contains('linux') && !(LABEL.contains('ci.agent.dynamic') && CLOUD_PROVIDER == 'azure') && (BUILD_LIST != "external")) {
769770
// Add an additional 10 second timeout due to issue: https://github.com/adoptium/temurin-build/issues/2368#issuecomment-756683888
770771
wrap([$class: 'Xvfb', autoDisplayName: true, timeout:20]) {
@@ -784,6 +785,7 @@ def runTest( ) {
784785
else {
785786
makeTest("${RUNTEST_CMD}")
786787
}
788+
sleep(time:5,unit:"SECONDS")
787789
}
788790

789791
if (params.CODE_COVERAGE) {

0 commit comments

Comments
 (0)