Skip to content

Commit

Permalink
chore: more tolerance?
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Jan 2, 2025
1 parent fa06a1d commit 80c1a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lean/run/async_sleep.lean
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ def assertDuration (should : Nat) (eps : Nat) (x : IO α) : IO α := do
return res


def BASE_DURATION : Nat := 50
def BASE_DURATION : Nat := 100

-- generous tolerance for slow CI systems
def EPS : Nat := 10
def EPS : Nat := 20

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

Expand Down

0 comments on commit 80c1a51

Please sign in to comment.