提交 4074d5ba 编写于 作者: O openharmony_ci 提交者: Gitee

!1130 【communication】修改WIFI JS L2测试用例超时问题

Merge pull request !1130 from 权力/myfeature
......@@ -2,9 +2,9 @@
"description": "Configuration for wifi js api Tests",
"driver": {
"type": "JSUnitTest",
"test-timeout": "60000",
"test-timeout": "600000",
"package": "ohos.acts.communication.wifi.wifidevice",
"shell-timeout": "60000"
"shell-timeout": "600000"
},
"kits": [
{
......
......@@ -38,7 +38,7 @@ export default {
const configService = core.getDefaultService('config')
configService.setConfig(this)
this.timeout = 5000
this.timeout = 600000
require('../../test/List.test')
core.execute()
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册