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

!1265 Modify xts case bug

Merge pull request !1265 from blackleon/Lts_1202_xtsces
......@@ -18,8 +18,7 @@ group("SubscribeAndPublish") {
if (is_standard_system) {
deps = [
"actssubscriberorderedtest:ActsSubscriberOrderTest",
#"actssubscriberunordersystemtest:ActsSubscriberTestUnorderSystem",
"actssubscriberunordersystemtest:ActsSubscriberTestUnorderSystem",
"actssubscriberunordertest:ActsSubscriberUnorderTest",
]
}
......
......@@ -34,6 +34,7 @@ export default {
core.addService('expect', expectExtend)
core.init()
const configService = core.getDefaultService('config')
this.timeout = 100000;
configService.setConfig(this)
require('../../../test/List.test')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册