Skip to content

Commit d4d2d1c

Browse files
committed
fix: tolerance of test in ci
1 parent c939b17 commit d4d2d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lean/libuv_timer.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def assertDuration (should : Nat) (eps : Nat) (x : IO α) : IO α := do
1616
return res
1717

1818
-- generous tolerance for slow CI systems
19-
def EPS : Nat := 7
19+
def EPS : Nat := 4
2020

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

0 commit comments

Comments
 (0)