Skip to content

Commit d7465ff

Browse files
committed
back to original?
1 parent 72e95a9 commit d7465ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/v2/stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ describe("streams", () => {
405405
processedChunks++;
406406

407407
// Simulate occasional slow processing with minimal delays
408-
if (processedChunks % 5000 === 0) {
408+
if (processedChunks % 1000 === 0) {
409409
setTimeout(() => {
410410
callback();
411411
}, 1); // 1ms delay

0 commit comments

Comments
 (0)