Skip to content

Commit

Permalink
fix(test): upload test utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Sep 25, 2020
1 parent 0c236ad commit 5a78416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-components/__tests__/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function waitForChange (dom) {

setTimeout(() => {
resolve()
}, 3000)
}, 5000)

observer.observe(dom, { attributes: true, childList: true, subtree: true })
})
Expand Down

0 comments on commit 5a78416

Please sign in to comment.