From d65912e1aeefc367d783a4b0d24006a1f3482f99 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 2 Dec 2021 08:12:46 -0500 Subject: [PATCH] Increase kbi delay in remote cancel test --- tests/test_cancellation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cancellation.py b/tests/test_cancellation.py index c346806..4144859 100644 --- a/tests/test_cancellation.py +++ b/tests/test_cancellation.py @@ -523,7 +523,7 @@ def test_fast_graceful_cancel_when_spawn_task_in_soft_proc_wait_for_daemon( cancellation, and it's faster, we might as well do it. ''' - kbi_delay = 0.2 + kbi_delay = 0.5 async def main(): start = time.time()