0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00

Fix flaky streaming test (#9985)

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
Bjorn Lu 2024-02-06 02:27:49 +08:00 committed by GitHub
parent 1352f06838
commit 44c72a4f6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ import Wait from '../components/Wait.astro';
<p>Section content</p>
</Wait>
<h2>Next section</h2>
<Wait ms={60}>
<Wait ms={100}>
<p>Section content</p>
</Wait>
<p>Paragraph 3</p>