Skip to content

Commit

Permalink
Fix flaky streaming test (#9985)
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Moore <[email protected]>
  • Loading branch information
bluwy and natemoo-re authored Feb 5, 2024
1 parent 1352f06 commit 44c72a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 44c72a4

Please sign in to comment.