From 719f19232b77852dbee475a398b889ffe7977ae5 Mon Sep 17 00:00:00 2001 From: jon-lee Date: Wed, 5 Mar 2025 11:15:11 +0800 Subject: [PATCH] fix: pass test --- tests/convert/basic/task.json | 6 +++--- tests/convert/clang-tidy/task.json | 2 +- tests/convert/cppcheck/task.json | 2 +- tests/convert/cpplint/task.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/convert/basic/task.json b/tests/convert/basic/task.json index 3a1145e..d4ce5a9 100644 --- a/tests/convert/basic/task.json +++ b/tests/convert/basic/task.json @@ -301,7 +301,7 @@ }, "stdout": { "name": "stdout", - "max": 33554432, + "max": 4194304, "pipe": true }, "stderr": { @@ -432,7 +432,7 @@ }, "stderr": { "name": "stderr", - "max": 33554432, + "max": 8388608, "pipe": true }, "cpuLimit": 1000000000, @@ -570,7 +570,7 @@ }, "stdout": { "name": "stdout", - "max": 33554432, + "max": 65, "pipe": true }, "stderr": { diff --git a/tests/convert/clang-tidy/task.json b/tests/convert/clang-tidy/task.json index 84d7f72..24a529e 100644 --- a/tests/convert/clang-tidy/task.json +++ b/tests/convert/clang-tidy/task.json @@ -32,7 +32,7 @@ }, "stdout": { "name": "stdout", - "max": 33554432, + "max": 65, "pipe": true }, "stderr": { diff --git a/tests/convert/cppcheck/task.json b/tests/convert/cppcheck/task.json index 0171aac..5988add 100644 --- a/tests/convert/cppcheck/task.json +++ b/tests/convert/cppcheck/task.json @@ -37,7 +37,7 @@ }, "stderr": { "name": "stderr", - "max": 33554432, + "max": 65, "pipe": true }, "cpuLimit": 1000000000, diff --git a/tests/convert/cpplint/task.json b/tests/convert/cpplint/task.json index 75c5a92..bf0a9c6 100644 --- a/tests/convert/cpplint/task.json +++ b/tests/convert/cpplint/task.json @@ -31,7 +31,7 @@ }, "stdout": { "name": "stdout", - "max": 33554432, + "max": 65, "pipe": true }, "stderr": {