From 9881cf256899df5819e86f626cab62acce1bb0d1 Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Fri, 5 Sep 2025 11:12:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0tag=E7=9A=84=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yomahub/liteflow/test/tag/NodeTagELSpringbootXmlTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/tag/NodeTagELSpringbootXmlTest.java b/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/tag/NodeTagELSpringbootXmlTest.java index 23d8af8e0..6a773aeb3 100644 --- a/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/tag/NodeTagELSpringbootXmlTest.java +++ b/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/tag/NodeTagELSpringbootXmlTest.java @@ -77,7 +77,7 @@ public class NodeTagELSpringbootXmlTest extends BaseTest { // 测试同id的节点在when场景中tag是否正常 @Test public void testTag6() throws Exception { - for (int i = 0; i < 1; i++) { + for (int i = 0; i < 10000; i++) { LiteflowResponse response = flowExecutor.execute2Resp("chain6", "arg"); DefaultContext context = response.getFirstContextBean(); Assertions.assertTrue(response.isSuccess());