Skip to content

Commit e5c6cc9

Browse files
committed
8352302: Test sun/security/tools/jarsigner/TimestampCheck.java is failing
Reviewed-by: dholmes
1 parent 8fe3dff commit e5c6cc9

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
@@ -905,7 +905,7 @@ static void prepare() throws Exception {
905905
}
906906

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

910910
gencert("tsweak", "-ext eku:critical=ts");
911911
gencert("tsdisabled", "-ext eku:critical=ts");

0 commit comments

Comments
 (0)