From 878a7f28b6ae7540fdea35301e5bebc052feeb43 Mon Sep 17 00:00:00 2001 From: Thaddeus Date: Thu, 24 Feb 2022 10:38:45 +0100 Subject: [PATCH] tests: tweak streaming tests --- test/stream.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stream.test.ts b/test/stream.test.ts index 3d88804..5f00e9d 100644 --- a/test/stream.test.ts +++ b/test/stream.test.ts @@ -163,7 +163,7 @@ describe('stream', () => { if (snapshots >= symbols.length - 1) { count++ - if (count >= 100) { + if (count >= 10) { break } }