Skip to content

Commit 9ffe868

Browse files
committed
Backport TimestampCheck.java test fix
This should make it's way via OpenJDK eventually, but avoid the failure now. See ibmruntimes/openj9-openjdk-jdk24#49 Signed-off-by: Peter Shipton <[email protected]>
1 parent e52db2f commit 9ffe868

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)