Skip to content

Commit 7b3f7dc

Browse files
authored
Merge pull request ibmruntimes#460 from pshipton/tscheck
Backport TimestampCheck.java test fix
2 parents e52db2f + 9ffe868 commit 7b3f7dc

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
@@ -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");

0 commit comments

Comments
 (0)