Skip to content

Commit

Permalink
tests: tweak streaming tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Feb 24, 2022
1 parent 5faf311 commit 878a7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe('stream', () => {

if (snapshots >= symbols.length - 1) {
count++
if (count >= 100) {
if (count >= 10) {
break
}
}
Expand Down

0 comments on commit 878a7f2

Please sign in to comment.