提交 fc8c5969 编写于 作者: 高曦

Extension of the time

Signed-off-by: N高曦 <gaoxi785@huawei.com>
上级 02885c94
......@@ -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"
},
......
......@@ -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')
......
......@@ -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')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册