Commit 8a73bcc 1 parent df8eff5 commit 8a73bcc Copy full SHA for 8a73bcc
File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -765,6 +765,7 @@ def runTest( ) {
765
765
}
766
766
for (int i = 1 ; i <= ITERATIONS ; i++ ) {
767
767
echo " ITERATION: ${ i} /${ ITERATIONS} "
768
+ echo " currentBuild.result: ${ currentBuild.result} "
768
769
if (env. SPEC . contains(' linux' ) && ! (LABEL . contains(' ci.agent.dynamic' ) && CLOUD_PROVIDER == ' azure' ) && (BUILD_LIST != " external" )) {
769
770
// Add an additional 10 second timeout due to issue: https://github.com/adoptium/temurin-build/issues/2368#issuecomment-756683888
770
771
wrap([$class : ' Xvfb' , autoDisplayName : true , timeout :20 ]) {
@@ -784,6 +785,7 @@ def runTest( ) {
784
785
else {
785
786
makeTest(" ${ RUNTEST_CMD} " )
786
787
}
788
+ sleep(time :5 ,unit :" SECONDS" )
787
789
}
788
790
789
791
if (params. CODE_COVERAGE ) {
You can’t perform that action at this time.
0 commit comments