From b1495faa26de565d80dceecfe43ed7a0d13342db Mon Sep 17 00:00:00 2001 From: jerrylizilong Date: Wed, 13 Mar 2019 16:52:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E4=BE=8B=E5=88=97=E8=A1=A8=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E5=B9=B6=E5=8F=91=E6=95=B0=EF=BC=9A=201=20=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/coreservice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/coreservice.py b/app/core/coreservice.py index eb023dd..a186803 100644 --- a/app/core/coreservice.py +++ b/app/core/coreservice.py @@ -29,7 +29,7 @@ def main(): result1=1 idList1 = test_task_manage.test_task_manage().test_case_list() if len(idList1): - threadNum = 1 + threadNum = 6 process.process().multipleRun(idList1, threadNum) result2 = 0 else: