diff --git a/core/src/test/java/com/alibaba/fastjson2/fuzz/DeepTest.java b/core/src/test/java/com/alibaba/fastjson2/fuzz/DeepTest.java index 3be49d7ee..5414d2084 100644 --- a/core/src/test/java/com/alibaba/fastjson2/fuzz/DeepTest.java +++ b/core/src/test/java/com/alibaba/fastjson2/fuzz/DeepTest.java @@ -73,7 +73,7 @@ public void testObj() { StringBuilder buf = new StringBuilder(); int count = 100000; if (System.getProperty("os.name").toLowerCase().contains("win") && JDKUtils.JVM_VERSION == 11) { - count = 80000; + count = 50000; } for (int i = 0; i < count; i++) { buf.append("{\"v\":");