From d2cfe7a8e0453d7550ef9d06205b9cadaf4e04f7 Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Thu, 12 May 2022 19:39:40 +0800 Subject: [PATCH] test: update test case --- tests/system-test/99-TDcase/TD-15517.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/99-TDcase/TD-15517.py b/tests/system-test/99-TDcase/TD-15517.py index 44a64421d3..b7cac43954 100644 --- a/tests/system-test/99-TDcase/TD-15517.py +++ b/tests/system-test/99-TDcase/TD-15517.py @@ -131,7 +131,7 @@ class TDTestCase: 'vgroups': 1, \ 'stbName': 'stb', \ 'ctbNum': 10, \ - 'rowsPerTbl': 10000, \ + 'rowsPerTbl': 100, \ 'batchNum': 10, \ 'startTs': 1640966400000} # 2022-01-01 00:00:00.000 parameterDict['cfg'] = cfgPath -- GitLab