From 7823c165ca44e1cbabf7e795c4524adc7f04825c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E6=9B=A6?= Date: Mon, 14 Mar 2022 15:50:02 +0800 Subject: [PATCH] fixed ae2be53 from https://gitee.com/qu-xianfei/xts_acts_3/pulls/2404 update suites time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 高曦 --- account/osaccount/actsosaccountsystemtest/Test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account/osaccount/actsosaccountsystemtest/Test.json b/account/osaccount/actsosaccountsystemtest/Test.json index 873527734..73ee5cb4e 100755 --- a/account/osaccount/actsosaccountsystemtest/Test.json +++ b/account/osaccount/actsosaccountsystemtest/Test.json @@ -2,7 +2,7 @@ "description": "Configuration for hjunit demo Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "1500000", + "test-timeout": "3000000", "package": "com.example.actsosaccountsystemtest", "shell-timeout": "60000" }, -- GitLab