提交 f9fa50c4 编写于 作者: O openharmony_ci 提交者: Gitee

!1142 ans失败用例适配

Merge pull request !1142 from jiyong/master
......@@ -2,7 +2,7 @@
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "JSUnitTest",
"test-timeout": "60000",
"test-timeout": "180000",
"package": "com.example.actsansgetallactivetest",
"shell-timeout": "60000"
},
......
......@@ -36,6 +36,7 @@ export default {
core.init()
const configService = core.getDefaultService('config')
this.timeout = 120000
configService.setConfig(this)
require('../../../test/List.test')
......
......@@ -2,7 +2,7 @@
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "JSUnitTest",
"test-timeout": "60000",
"test-timeout": "180000",
"package": "com.example.actsansgetactiveotherapp",
"shell-timeout": "60000"
},
......
......@@ -36,6 +36,7 @@ export default {
core.init()
const configService = core.getDefaultService('config')
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.
先完成此消息的编辑!
想要评论请 注册