Skip to content

Commit

Permalink
fix: improve tolerance of test
Browse files Browse the repository at this point in the history
  • Loading branch information
algebraic-dev committed Dec 18, 2024
1 parent fd17127 commit c939b17
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 := 4
def EPS : Nat := 7

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

Expand Down

0 comments on commit c939b17

Please sign in to comment.