Skip to content

Commit b2255b9

Browse files
committedMar 20, 2025
8352302: Test sun/security/tools/jarsigner/TimestampCheck.java is failing
Backport-of: 577ede73d8e916bac9050d3bee80d2f18cc833a7
1 parent 4e67796 commit b2255b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jdk/sun/security/tools/jarsigner/TimestampCheck.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ static void prepare() throws Exception {
888888
}
889889

890890
gencert("tsold", "-ext eku:critical=ts -startdate -40d -validity 500");
891-
gencert("tsbefore2019", "-ext eku:critical=ts -startdate 2018/01/01 -validity 3000");
891+
gencert("tsbefore2019", "-ext eku:critical=ts -startdate 2018/01/01 -validity 5000");
892892

893893
gencert("tsweak", "-ext eku:critical=ts");
894894
gencert("tsdisabled", "-ext eku:critical=ts");

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Mar 20, 2025

@openjdk-notifier[bot]
Please sign in to comment.