Skip to content

Commit

Permalink
Update fetch.stream.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Jan 25, 2025
1 parent dc4a26c commit e4f3122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js/web/fetch/fetch.stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ describe("fetch() with streaming", () => {
const secondChunk = data.slice(firstChunk.length);
controller.enqueue(firstChunk);
await onReceivedHeaders.promise;
await Bun.sleep(1);
await Bun.sleep(64);
controller.enqueue(secondChunk);
controller.close();
},
Expand Down

0 comments on commit e4f3122

Please sign in to comment.