Skip to content

Commit f08dd7f

Browse files
SendaoYanPaul Hohensee
authored andcommitted
8352302: Test sun/security/tools/jarsigner/TimestampCheck.java is failing
Reviewed-by: phh Backport-of: 577ede73d8e916bac9050d3bee80d2f18cc833a7
1 parent 51b6307 commit f08dd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ static void prepare() throws Exception {
10371037
}
10381038

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

10421042
gencert("tsweak", "-ext eku:critical=ts");
10431043
gencert("tsdisabled", "-ext eku:critical=ts");

0 commit comments

Comments
 (0)