diff --git a/account/osaccount/actsosaccountsystemtest/Test.json b/account/osaccount/actsosaccountsystemtest/Test.json index 73ee5cb4e990c7ae8e2d86f515345d8b159d1113..c909dab2c54a0a9ac85fae23d64890e125a71b18 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 9970767544405c9ec50334d2e9cc094254f58954..d4bac9c9f4ab965724f65bba64e006007dd58e49 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 5b71efd0c9fee4fe7a0fe14b8aa1b9dd4c3b1186..6982fbe9c2a8208d0c5985d024213f95311e9be5 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')