Skip to content

Commit 690d595

Browse files
author
SendaoYan
committed
8352302: Test sun/security/tools/jarsigner/TimestampCheck.java is failing
Reviewed-by: sgehwolf Backport-of: 577ede73d8e916bac9050d3bee80d2f18cc833a7
1 parent c0e7aa6 commit 690d595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

870870
gencert("tsweak", "-ext eku:critical=ts");
871871
gencert("tsdisabled", "-ext eku:critical=ts");

0 commit comments

Comments
 (0)