Skip to content

Commit 1e50b30

Browse files
committed
stream: give re-subscribe test a 10s timeout instead of 5s
In a local test it took 9.8s to complete.
1 parent 86e0dba commit 1e50b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stream/src/concat.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,5 +287,5 @@ describe("concat", () => {
287287
}, 6 * intervalDuration);
288288

289289
return ret;
290-
});
290+
}, 10000);
291291
});

0 commit comments

Comments
 (0)