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:
parent
1352f06838
commit
44c72a4f6f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue