From 447eb920e955e0e0837fd64587fa8d1a9f5a2ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E6=9B=A6?= Date: Sat, 19 Mar 2022 16:10:15 +0800 Subject: [PATCH] fixed fc8c596 from https://gitee.com/li-hao334/xts_acts_26/pulls/2666 Extension of the 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 +- .../entry/src/main/js/default/pages/index/index.js | 2 +- .../entry/src/main/js/default/pages/index/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/account/osaccount/actsosaccountsystemtest/Test.json b/account/osaccount/actsosaccountsystemtest/Test.json index 73ee5cb4e..c909dab2c 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": "3000000", + "test-timeout": "8000000", "package": "com.example.actsosaccountsystemtest", "shell-timeout": "60000" }, diff --git a/account/osaccount/actsosaccountsystemtest/entry/src/main/js/default/pages/index/index.js b/account/osaccount/actsosaccountsystemtest/entry/src/main/js/default/pages/index/index.js index 997076754..d4bac9c9f 100755 --- a/account/osaccount/actsosaccountsystemtest/entry/src/main/js/default/pages/index/index.js +++ b/account/osaccount/actsosaccountsystemtest/entry/src/main/js/default/pages/index/index.js @@ -35,7 +35,7 @@ export default { core.init() const configService = core.getDefaultService('config') - this.timeout = 30000; + this.timeout = 180000; configService.setConfig(this) require('../../../test/List.test') diff --git a/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/default/pages/index/index.js b/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/default/pages/index/index.js index 5b71efd0c..6982fbe9c 100755 --- a/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/default/pages/index/index.js +++ b/account/osaccount/actsosaccountthirdpartytest/entry/src/main/js/default/pages/index/index.js @@ -35,7 +35,7 @@ export default { core.init() const configService = core.getDefaultService('config') - this.timeout = 60000; + this.timeout = 120000; configService.setConfig(this) require('../../../test/List.test') -- GitLab