Skip to content

Commit

Permalink
test: fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed May 16, 2024
1 parent 2ccad98 commit e98e294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fx/test/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ describe.concurrent("Fx.debounce", () => {
const test = Fx.mergeAll(
[Fx.at(1, 50), Fx.at(2, 100), Fx.at(3, 150)]
).pipe(
Fx.debounce(50),
Fx.debounce(75),
Fx.toReadonlyArray,
Effect.scoped
)
Expand Down

0 comments on commit e98e294

Please sign in to comment.