Skip to content

Commit

Permalink
deflake test
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jan 10, 2025
1 parent d35bd19 commit 1991970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volume_metadata.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe("concurrent", () => {
);
// REMEMBER: NEVER USE toBeCloseTo -- the api is bonkers and only
// applicable for fractional numbers
const delta = 12 * MiB; // GHA runners may differ by more than 8GB!
const delta = 20 * MiB; // GHA runners may differ by more than 20GB!
expect(ea.available).toBeWithinDelta(
expected.available as number,
delta,
Expand Down

0 comments on commit 1991970

Please sign in to comment.