Skip to content

Commit 1bbe267

Browse files
committed
stream: halve the run time of re-subscribe test
Even given the comment, 1s might be excessively large.
1 parent 1e50b30 commit 1bbe267

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
@@ -214,7 +214,7 @@ describe("concat", () => {
214214
});
215215
// For browsers and CI, clocks and runtimes are very unreliable.
216216
// Especially Mac+Firefox on Travis makes big trouble. Thus we need huge intervals.
217-
const intervalDuration = 1000;
217+
const intervalDuration = 500;
218218
const producerActiveLog = new Array<boolean>();
219219

220220
let producerInterval: NodeJS.Timeout;

0 commit comments

Comments
 (0)