We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e50b30 commit 1bbe267Copy full SHA for 1bbe267
packages/stream/src/concat.spec.ts
@@ -214,7 +214,7 @@ describe("concat", () => {
214
});
215
// For browsers and CI, clocks and runtimes are very unreliable.
216
// Especially Mac+Firefox on Travis makes big trouble. Thus we need huge intervals.
217
- const intervalDuration = 1000;
+ const intervalDuration = 500;
218
const producerActiveLog = new Array<boolean>();
219
220
let producerInterval: NodeJS.Timeout;
0 commit comments