Skip to content

Commit

Permalink
FIX randomly failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Dec 10, 2024
1 parent d54b028 commit edf24c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/rx-pipeline.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ describe('rx-pipeline.test.js', () => {
await c1.addPipeline({
destination: c2,
handler: async () => {
await promiseWait(0);
runAt.push('c1.1');
await promiseWait(50);
runAt.push('c1.2');
Expand Down

0 comments on commit edf24c5

Please sign in to comment.