diff options
Diffstat (limited to 'tests/core/async_spec.lua')
| -rw-r--r-- | tests/core/async_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/async_spec.lua b/tests/core/async_spec.lua index eab4bc70..ce55c5ab 100644 --- a/tests/core/async_spec.lua +++ b/tests/core/async_spec.lua @@ -16,7 +16,7 @@ describe("async", function() a.sleep(100) end) local stop = timestamp() - local grace_ms = 25 + local grace_ms = 50 assert.is_true((stop - start) >= (100 - grace_ms)) end) |
