Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
pikax committed Oct 12, 2023
1 parent 4fa6b36 commit c1ac6d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/runtime-core/__tests__/components/Suspense.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,8 @@ describe('Suspense', () => {
await nextTick()

outerToggle.value = false
await nextTick()
// delay it more to error from happening on the CI
await new Promise(r => setTimeout(r, 10))
} finally {
document.body.innerHTML = ''
}
Expand Down

0 comments on commit c1ac6d0

Please sign in to comment.