From 8a73bccb33cf9a1f42081cf252660c4179e3939d Mon Sep 17 00:00:00 2001 From: Lan Xia Date: Fri, 25 Oct 2024 09:58:38 -0400 Subject: [PATCH] test Signed-off-by: Lan Xia --- buildenv/jenkins/JenkinsfileBase | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildenv/jenkins/JenkinsfileBase b/buildenv/jenkins/JenkinsfileBase index 24c8b3ec68..a16f0a05ba 100644 --- a/buildenv/jenkins/JenkinsfileBase +++ b/buildenv/jenkins/JenkinsfileBase @@ -765,6 +765,7 @@ def runTest( ) { } for (int i = 1; i <= ITERATIONS; i++) { echo "ITERATION: ${i}/${ITERATIONS}" + echo "currentBuild.result: ${currentBuild.result}" if (env.SPEC.contains('linux') && !(LABEL.contains('ci.agent.dynamic') && CLOUD_PROVIDER == 'azure') && (BUILD_LIST != "external")) { // Add an additional 10 second timeout due to issue: https://github.com/adoptium/temurin-build/issues/2368#issuecomment-756683888 wrap([$class: 'Xvfb', autoDisplayName: true, timeout:20]) { @@ -784,6 +785,7 @@ def runTest( ) { else { makeTest("${RUNTEST_CMD}") } + sleep(time:5,unit:"SECONDS") } if (params.CODE_COVERAGE) {