Skip to content

Commit

Permalink
fix(ext/node): increase tolerance for interval test (#26899)
Browse files Browse the repository at this point in the history
Fixes tests added in #26703 by
increasing tolerance due to noisy CI machines.
  • Loading branch information
bartlomieju authored Nov 16, 2024
1 parent a1bcdf1 commit f2cd565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_node/timers_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Deno.test({
expectedValue: 42,
intervalMs: 100,
iterations: 3,
tolerancePercent: 10,
tolerancePercent: 50,
};

const { setInterval } = timersPromises;
Expand Down

0 comments on commit f2cd565

Please sign in to comment.