From a3323f26a57cf07d354f8d5967cb37a241f41bcb Mon Sep 17 00:00:00 2001 From: William Boman Date: Thu, 19 May 2022 14:07:13 +0200 Subject: fix(test): increase grace period in flaky test --- tests/core/async_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/core/async_spec.lua') 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) -- cgit v1.2.3-70-g09d2