Skip to content

Commit

Permalink
chore: increase timeout for streaming test (#6387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt authored Feb 15, 2024
1 parent a5077e1 commit a9c2a8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default async () =>
setTimeout(() => {
controller.enqueue('second chunk')
controller.close()
}, 50)
}, 200)
},
}),
{
Expand Down

2 comments on commit a9c2a8a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,283
  • Package size: 281 MB
  • Number of ts-expect-error directives: 1,180

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,283
  • Package size: 281 MB
  • Number of ts-expect-error directives: 1,180

Please sign in to comment.