Skip to content

Commit 772b57d

Browse files
committed
update Java version
1 parent 15beb89 commit 772b57d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/test/java/com/upokecenter/test/CBORObjectTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8548,7 +8548,7 @@ public void TestFromJsonStringLongSpecific1() {
85488548
}
85498549
}
85508550

8551-
@Test(timeout = 5000)
8551+
@Test(timeout = 10000)
85528552
public void TestFromJsonStringFastCases() {
85538553
JSONOptions op = new JSONOptions("numberconversion=double");
85548554
Assert.assertEquals(

src/test/java/com/upokecenter/test/CBORTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,6 @@ private static String ToByteArrayStringFrom(byte[] array, int pos) {
23412341
public void TestRandomNonsense() {
23422342
RandomGenerator rand = new RandomGenerator();
23432343
for (int i = 0; i < 1000; ++i) {
2344-
System.out.println(i + ": " + java.util.Date.UtcNow);
23452344
byte[] array = new byte[rand.UniformInt(100000) + 1];
23462345
rand.GetBytes(array, 0, array.length);
23472346
TestRandomOne(array);

0 commit comments

Comments
 (0)