提交 fac3c813 编写于 作者: C chengxingzhen

电话用例执行时间整改

Signed-off-by: Nchengxingzhen <chengxingzhen@huawei.com>
上级 d786cbc1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"description": "Configuration for NetworkSearch Tests", "description": "Configuration for NetworkSearch Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "1800000", "test-timeout": "2100000",
"package": "com.ohos.networksearch", "package": "com.ohos.networksearch",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
......
...@@ -37,7 +37,7 @@ export default { ...@@ -37,7 +37,7 @@ export default {
core.init() core.init()
const configService = core.getDefaultService('config') const configService = core.getDefaultService('config')
this.timeout = 30000 this.timeout = 2000000
configService.setConfig(this) configService.setConfig(this)
require('../../../test/List.test') require('../../../test/List.test')
core.execute() core.execute()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册