未验证 提交 d4fd708a 编写于 作者: O openharmony_ci 提交者: Gitee

!2861 电话用例执行时间整改

Merge pull request !2861 from chengxingzhen/OpenHarmony-3.1-Release
...@@ -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.
先完成此消息的编辑!
想要评论请 注册