Skip to content

Commit

Permalink
fix: tolerance of test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
algebraic-dev committed Dec 18, 2024
1 parent c939b17 commit d4d2d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lean/libuv_timer.lean
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def assertDuration (should : Nat) (eps : Nat) (x : IO α) : IO α := do
return res

-- generous tolerance for slow CI systems
def EPS : Nat := 7
def EPS : Nat := 4

def await (x : Task α) : IO α := pure x.get

Expand Down

0 comments on commit d4d2d1c

Please sign in to comment.