Skip to content

Commit c1ac6d0

Browse files
committed
another
1 parent 4fa6b36 commit c1ac6d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/runtime-core/__tests__/components/Suspense.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,8 @@ describe('Suspense', () => {
16061606
await nextTick()
16071607

16081608
outerToggle.value = false
1609-
await nextTick()
1609+
// delay it more to error from happening on the CI
1610+
await new Promise(r => setTimeout(r, 10))
16101611
} finally {
16111612
document.body.innerHTML = ''
16121613
}

0 commit comments

Comments
 (0)