提交 9742c52c 编写于 作者: Q qiang

fix: 优化 event-bus 自动测试等待时间

上级 b88b912c
...@@ -4,7 +4,7 @@ describe('event-bus', () => { ...@@ -4,7 +4,7 @@ describe('event-bus', () => {
let page let page
beforeAll(async () => { beforeAll(async () => {
page = await program.reLaunch(PAGE_PATH) page = await program.reLaunch(PAGE_PATH)
await page.waitFor(500) await page.waitFor('view')
}) })
it('on', async () => { it('on', async () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册